diff --git a/README.md b/README.md index 06c6744..49bbacb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Cookie Aware Cors Proxy is an http proxy letting the browser itself manages cookies and redirects. Most other cores proxy directly respond to redirects, and doesn't send cookies, thus breaking the flow. + With Cookie Aware Cors Proxy, you can call a website not supporting CORS from your own web application, and get the html result. ### Features diff --git a/README_fr.md b/README_fr.md index ec51a86..c0f7d68 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,6 +17,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Cookie Aware Cors Proxy is an http proxy letting the browser itself manages cookies and redirects. Most other cores proxy directly respond to redirects, and doesn't send cookies, thus breaking the flow. + With Cookie Aware Cors Proxy, you can call a website not supporting CORS from your own web application, and get the html result. ### Features