POST result: 404

MarcoI nginx-forum at forum.nginx.org
Fri May 1 09:53:35 UTC 2020


I tried to curl POST the entire form:

(base) marco at pc01:/var/log/nginx$ curl -X POST -F 'first_name=pinco' -F
'last_name=pallo' -F 'company_name=Company' -F
'email=pinco.pallo at company.com' -F 'tel=111111111'
http://127.0.0.1:8080/puser/add 
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot POST /puser/add</pre>
</body>
</html>

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287914,287920#msg-287920



More information about the nginx mailing list