Developer tools: Resend request does not show response
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
People
(Reporter: yassenb, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
4.15 MB,
video/mp4
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0
Steps to reproduce:
Open developer tools, find an XHR POST request and resend it (in my case a GraphQL query)
Actual results:
The request is sent but when I open the "Response" tab to inspect the response of the new request nothing is shown, says "No response data available for this request"
Expected results:
I expect to see the response. This was working and was broken in a recent version (up to 3 versions back I think)
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Netmonitor' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0
This is very weird bug. To reproduce, Resend or Edit and Resend a XHR Request with JSON and different domain.
If request is from diffrent domain, it shows empty response (even without enhanced tracking protection). but if its not, works well.
Updated•1 year ago
|
Updated•11 months ago
|
Comment 3•11 months ago
|
||
Hi! I have the same issue. Unfortunately I cannot share a public URL on which to reproduce but maybe this can help:
On the request that succeeded I can read "Referrer Policy strict-origin-when-cross-origin" in the Headers tab.
When trying to Resend the request it now reads "Referrer Policy unsafe-url".
Sometimes (not sure why this is not always the case) the console displays "Referrer Policy: Ignoring the less restricted referrer policy “unsafe-url” for the cross-site request: https://URL"
Comment 5•11 months ago
|
||
Discussed in triage, should be a dupe of Bug 1883380 which already has a patch attached.
Description
•