Skip to content

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

ti-tar/cookies-proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookies-proxy-server

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.

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

No packages published