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
Installed everything, started server script, and tried to access port 8888 at my server ip within browser without success. SSH'ed into server and ran "curl http://localhost:8888/stats" and got this response:
Installed everything, started server script, and tried to access port 8888 at my server ip within browser without success. SSH'ed into server and ran "curl http://localhost:8888/stats" and got this response:
<title>404: Not Found</title>404: Not FoundHowever, posting and getting work with the following commands:
curl -X POST -d "value=foobar" http://localhost:8888/q/test
curl http://localhost:8888/q/test
The text was updated successfully, but these errors were encountered: