Why does my chrome developer tools show \"Failed to show response data\" in response when the content returned is of type text/html?
What is the alternative to see t
For the ones who are getting the error while requesting JSON data:
If your are requesting JSON data, the JSON might be too large and that what cause the error to happen.
My solution is to copy the request link to new tab (get
request from browser)
copy the data to JSON viewer online where you have auto parsing and work on it there.