Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cookie handling with browser #94

Open
hatch01 opened this issue Jun 29, 2023 · 0 comments
Open

cookie handling with browser #94

hatch01 opened this issue Jun 29, 2023 · 0 comments

Comments

@hatch01
Copy link

hatch01 commented Jun 29, 2023

**Cookies management is very approximate on browser because the browser manages it itself **
For example, we can't read the cookies values, especially for CORS cookies.

Add a proxy web server
My solution is to use an HTTP proxy server which takes the request header cookie-unsecure and converts it to a cookie. And then convert set-cookie to set-cookie-unsecure.
However, it needs to modify the request to send the cookies through cookie-unsecure and read it from set-cookie-unsecure.

My solution is full of drawbacks, so don't hesitate to suggest some other solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant