-
Notifications
You must be signed in to change notification settings - Fork 133
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
API query failed return HTML page #1292
Comments
All 500 errors will likely always be HTML pages, in this case, it seems we may not be interpreting the query correctly. I will suggest you use the |
Ok good to know ;-) |
Created an issue for the 500 error, see #1293. |
Should they be returning HTML pages? It seems somewhat odd. But I guess if
a content-type is not specified it's reasonable
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I query the api with this request (ona.io site) :
and it gave me this error :
The problem here is not that I misformed my request but the return value which is HTML and not json erro payload.
Aha! Link: https://ona.aha.io/features/PROD-420
The text was updated successfully, but these errors were encountered: