We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Graph Explorer appears to be parsing the response body to decide what status code to show. It should show the status code returned.
To Reproduce Make this request in Graph Explorer with the devTools open.
GET https://graph.microsoft.com/beta/me/profile
You will see the response in the network tab is a 200.
Expected behavior The response should be a 200 with the JSON payload describing the problem the server ran into.
The text was updated successfully, but these errors were encountered:
@darrelmiller shouldn't Graph return a 500 given that there was some kind of server error?
Sorry, something went wrong.
Endpoint has been fixed.
MaryannGitonga
thewahome
Successfully merging a pull request may close this issue.
Describe the bug
Graph Explorer appears to be parsing the response body to decide what status code to show. It should show the status code returned.
To Reproduce
Make this request in Graph Explorer with the devTools open.
GET https://graph.microsoft.com/beta/me/profile
You will see the response in the network tab is a 200.
Expected behavior
The response should be a 200 with the JSON payload describing the problem the server ran into.
The text was updated successfully, but these errors were encountered: