Posts by Jorge Otávio • 1 point
2 posts
-
0
votes1
answer205
viewsA: How to handle CORS prefilight request?
I found the solution, well this problem happens due to the security of CORS, and even adding the headers correctly, my api was stopping, that’s when I received the comment of Marcelo and I did…
-
0
votes1
answer205
viewsQ: How to handle CORS prefilight request?
I have a problem in a study project, I gave a "googlada" and learned that whenever I make a first request defining headers for an Api, this request will be as OPTIONS, so that the browser receives…