jlengstorf / code.lengstorf.com

A blog for me to nerd the fuck out.
https://code.lengstorf.com
ISC License
7 stars 3 forks source link

NGINX POST request problem #25

Open akoshegel opened 6 years ago

akoshegel commented 6 years ago

Hi Jason!

I followed your awesome tutorial but there is a problem with my NGINX proxy. I can not send POST request for my application.

If I do curl -X POST from terminal (localhost on the DO. droplet) it works, but if I send the request for my domain it redirect to a GET request.

Maybe Nginx redirects all of my POST requests?