Hi,
Why OPTIONS preflight requests needs authentification? In a React application, when the browser send a preflight request to the API, I get a 401 error, so I had to configure a Proxy to be able to send the GET request through my server instead of the browser.
Thanks in advance for you answer.
Junte-se à discussão - adicione o comentário abaixo:
This seems to be a restriction of the mashape proxy. Can you configure React such that it sends the mashape key in the header of the OPTIONS request?
We are having this issue as well.