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
(In theory every unsupported method should return a HTTP 405, but if that's too complicated to do, simply returning 405 to a GET request for those two endpoints would already improve usability/discoverability of the API. I opened the endpoint in the web browser and was confused to get a 404 back 🙂)
The text was updated successfully, but these errors were encountered:
When doing a GET request to https://validator.spaceapi.io/v2/validateJSON or https://validator.spaceapi.io/v2/validateURL, a HTTP "404 not found" response is returned. A RESTful service should return "405 method not allowed" instead.
(In theory every unsupported method should return a HTTP 405, but if that's too complicated to do, simply returning 405 to a GET request for those two endpoints would already improve usability/discoverability of the API. I opened the endpoint in the web browser and was confused to get a 404 back 🙂)
The text was updated successfully, but these errors were encountered: