<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<br>
<div class="moz-cite-prefix">On 4/30/20 3:20 PM, MarcoI wrote:<br>
</div>
<blockquote type="cite"
cite="mid:4d0d464c4ca0340918f2db72d473352b.NginxMailingListEnglish@forum.nginx.org">
<pre class="moz-quote-pre" wrap="">Hi Thomas,
thank you for your kind help.
...
How can I check if the backend has the capacity to handle the requested
path?
</pre>
</blockquote>
<br>
This is where you need to expand the knowledge into other tools such
as `curl`. On the system where nginx and your webapp run execute
this:
<p> curl -X POST <a class="moz-txt-link-freetext" href="http://127.0.0.1:8080/puser/add">http://127.0.0.1:8080/puser/add</a></p>
<p>... if this 404s then you know that the issue is that your
backend application written in Go doesn't accept this as a
POST-able path.</p>
<blockquote type="cite"
cite="mid:4d0d464c4ca0340918f2db72d473352b.NginxMailingListEnglish@forum.nginx.org">
<pre class="moz-quote-pre" wrap="">Posted at Nginx Forum: <a class="moz-txt-link-freetext" href="https://forum.nginx.org/read.php?2,287914,287917#msg-287917">https://forum.nginx.org/read.php?2,287914,287917#msg-287917</a>
_______________________________________________
nginx mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nginx@nginx.org">nginx@nginx.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a>
</pre>
</blockquote>
<p><br>
</p>
<p>Thomas<br>
</p>
</body>
</html>