Rob--W / cors-anywhere

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

Missing required request header. Must specify one of: origin,x-requested-with #433

Closed mael-bomane closed 2 years ago

mael-bomane commented 2 years ago

I'm getting this error : Missing required request header. Must specify one of: origin,x-requested-with

This error also appears on the demo website https://cors-anywhere.herokuapp.com/google.com

What am I doing wrong or missing ?

Rob--W commented 2 years ago

This has been asked before. I've provided detailed answers in #39.