Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get a 404 on hitting rampage endpoint #3

Open
satender opened this issue Mar 21, 2017 · 1 comment
Open

Get a 404 on hitting rampage endpoint #3

satender opened this issue Mar 21, 2017 · 1 comment

Comments

@satender
Copy link

satender commented Mar 21, 2017

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

  • Trying 127.0.0.1...
  • Connected to localhost (127.0.0.1) port 7777 (#0)

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?

@wolf31o2
Copy link

wolf31o2 commented May 4, 2018

The /rampage endpoint take a POST, not a GET.

curl -v -X POST http://drax:7777/rampage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants