#reverse proxying my friends site, to test. when i signup/login i get error. and this console log.
10 messages · Page 1 of 1 (latest)
Your friend’s site isn’t implementing CORs, hence the error
Either tell your friend to enable your host on his configuration, or find some kind of CORs bypass extension for your browser
Yes
It’s a browser extension
On the client
cors is about not allowing random reverse proxying since it is a security concern about people fucking about with reverse proxying some important site and then adding a little extra malicious code to the request
So the proxy, browser, and server all have to agree on the header being from the correct place.