Failed to load response data
Recently, the testing team raised an issue - Web requests showing
Failed to load response data
.
Thus began the analysis and resolution process, marked here for reference.
Exclusions
response.status
is 200, indicating that the request was initiated and returned successfully.- The response body of this request is empty. However, Chrome typically displays
This request has no response data available
for empty response bodies, which is not the case here. Hence, this is not the problem.