visit
In one of my projects, I’m getting issues while connecting to AWS load balancers - I have written this post to secure my studies in this regard.We have an front end hosted on , with an behind which we have multiple each running a service behind an proxy. The REST requests from the front end reaches the server without issues: The REST requests breaks with the CORS errors from the front end and not reaches the server:
Content-Type
is not allowed in simple/actual requestsHope this helps to some extent.Requests only use the GET or POST HTTP methods. If the POST method is used, then Content-Type can only be one of the following: application/x-www-form-urlencoded, multipart/form-data, or text/plain.