Configure correctly CORS with wai-cors

It was a basic CORS issue, in fact, sending Authorization without having it in the corsRequestHeaders makes the request rejected.

I should have written:

, corsRequestHeaders = ["Authorization", "Content-Type"]

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top