config CORS in Gorilla Mux: 403 error on POST request
I have an API, currently am trying to consume one of its endpoints. The endpoint is for POST requests, the endpoint is working as expected. The API is running in the cloud, I tested it with curl
and it was perfect, then from my react app I was trying to consume it but I get 403 status code
.