-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Spiget sometimes returns express 404 page #24
Comments
Well you generally need to respect request methods in REST APIs. |
|
Sometimes the spiget API returns the default express 404 page.
Successful request:
404 request:
I first thought this might be related to a single API node (Identified by X-Spiget-Server header), but it occured on multiple API nodes (so far I've seen melon and aqua with this problem).
I was also able to reproduce this with different API endpoints. I was also able reproduce this with other clients e.g. curl
The text was updated successfully, but these errors were encountered: