You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /rampage HTTP/1.1
Host: localhost:7777
User-Agent: curl/7.48.0
Accept: /
< HTTP/1.1 404 Not Found
< Content-Type: text/plain; charset=utf-8
< X-Content-Type-Options: nosniff
< Date: Tue, 21 Mar 2017 11:08:18 GMT
< Content-Length: 19
<
404 page not found
Connection #0 to host localhost left intact
Also the POST requests are also failing with empty reply:
core@ip-10-10-3-224 ~ $ curl --data "level=1&app=nginx" http://localhost:7777/rampage
curl: (52) Empty reply from server
core@ip-10-10-3-224 ~ $ curl --data "level=0" http://localhost:7777/rampage
curl: (52) Empty reply from server
Any idea?
The text was updated successfully, but these errors were encountered:
Hi Matt,
While /health and /stats are working fine, /rampage is failing for me
Getting the following
ore@ip-10-10-3-224 ~ $ curl -v http://localhost:7777/rampage
< HTTP/1.1 404 Not Found
< Content-Type: text/plain; charset=utf-8
< X-Content-Type-Options: nosniff
< Date: Tue, 21 Mar 2017 11:08:18 GMT
< Content-Length: 19
<
404 page not found
Also the POST requests are also failing with empty reply:
core@ip-10-10-3-224 ~ $ curl --data "level=1&app=nginx" http://localhost:7777/rampage
curl: (52) Empty reply from server
core@ip-10-10-3-224 ~ $ curl --data "level=0" http://localhost:7777/rampage
curl: (52) Empty reply from server
Any idea?
The text was updated successfully, but these errors were encountered: