Final request blocked from firing when using back button. Instead I receive NS_BINDING_ABORTED in request
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
People
(Reporter: daniel.x.krotov, Unassigned)
Details
Steps to reproduce:
Happens across multiple sites our SDK is running in. One example is listed below.
- Open https://www.repubblica.it/
- Open dev tools
- Select the network tab and for the filter type in imrworldwide
- Now press the back button
- Our request should be sent out as an img request with associated query params, however you will see that it is blocked and under the transferred column, it is labeled as "NS_BINDING_ABORTED"
This issue hasn't always been there, but I am unable to tell you as to when it was introduced.
Actual results:
When the back button is pressed, our request should be sent out as an img request with associated query params, however you will see that it is blocked and under the transferred column, it is labeled as "NS_BINDING_ABORTED"
Expected results:
The request should not be blocked and allowed to fire.
Comment 1•2 years 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.
Comment 2•2 years ago
|
||
Hi,
I can't reproduce the issue so far, I don't see any request when pressing the back button, can you check if there are more detailed steps to reproduce?
Also do you know if the issue is related to having DevTools open, or if you just use this to monitor the request (eg do you see the actual request hitting your server).
Comment 3•2 years ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Given that the bug is still UNCONFIRMED, closing the bug as incomplete.
For more information, please visit BugBot documentation.
Description
•