The problem is to send cookies from localhost developer environment to remote API. Browsers don't send the cookies and don't allow to change cookie-field in headers if you are not in the same domain. So, the obvious answer is to redirect all requests-responses to remote API through the local proxy server.
-
Notifications
You must be signed in to change notification settings - Fork 1
The problem is to send cookies from localhost developer environment to remote API. Browsers don't send the cookies and don't allow to change cookie-field in headers if you are not in the same domain. So, the obvious answer is to redirect all requests-responses to remote API through the local proxy server.
ti-tar/cookies-proxy-server
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
The problem is to send cookies from localhost developer environment to remote API. Browsers don't send the cookies and don't allow to change cookie-field in headers if you are not in the same domain. So, the obvious answer is to redirect all requests-responses to remote API through the local proxy server.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published