From b6f1b027daed38cd4e5b1b76b218b3d4227d22f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Wed, 18 Jan 2023 16:02:06 +0100 Subject: [PATCH] Updated description --- doc/DESCRIPTION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 025ee83..5ff5f2d 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,5 +1,6 @@ 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