Rob--W / cors-anywhere

CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
MIT License
8.57k stars 5.99k forks source link

Local Cors anywere works with GET, but not POST. Returns 200 , but empty response #390

Closed StianDev closed 2 years ago

StianDev commented 2 years ago

Hey,

I can send a GET request to "http://127.0.0.1:8080/www.example.no/ws/no/" and it works. When I send a post request to "http://127.0.0.1:8080/https://example.azure-api.net" or http://127.0.0.1:8080/dibkunnskapapi.azure-api.net:433

It returns code 200. But the response is empty. I get the right data when i use postman through the local Cors anywere, but not in the browser. @Rob--W

Thanks

emad-eldeen commented 2 years ago

same issue here

Rob--W commented 2 years ago

Cannot reproduce.