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.
아래에 의견을 추가하고 토론에 참여하세요.
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.