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
When the user manually types in /api/v1/data and attempts a GET, a 405 Method Not Allowed is returned.
Instead, a helpful page should be displayed. Something along the lines of "You can't use here, it only supports <SUPPORTED_METHODS>. Perhaps you meant to go to X?"
The text was updated successfully, but these errors were encountered:
When the user manually types in
/api/v1/data
and attempts a GET, a 405 Method Not Allowed is returned.Instead, a helpful page should be displayed. Something along the lines of "You can't use here, it only supports <SUPPORTED_METHODS>. Perhaps you meant to go to X?"
The text was updated successfully, but these errors were encountered: