This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Edit and resend ignores cookie header

more options

I am trying to resend network requests from the DevTools in order to debug during development.

The request method is POST, I tried all available SameSite + Secure cookie configuration combinations, nothing helps.

When resending the request, the Cookie-Header is ignored.

I also tried to use the 'old' Edit and Resend interface, by configuring a variable on about:config.

I am trying to resend network requests from the DevTools in order to debug during development. The request method is POST, I tried all available SameSite + Secure cookie configuration combinations, nothing helps. When resending the request, the Cookie-Header is ignored. I also tried to use the 'old' Edit and Resend interface, by configuring a variable on about:config.
Aangehegde skermkiekies

All Replies (3)

more options

I just realized that this works as expected in a private browser session, or after creating a new profile, which led me to the assumption that this is probably extension related.

1. I removing all extensions from my default profile, which didn't help. 2. I tried installing ublock origin to the newly created profile and I could identify that this indeed breaks things (same with adblock plus)

However, the issue remains even after removing the extension. Meaning, I can only manage to restore correct behavior by either using private browser or creating a new profile. As soon as I install an adblock extension once, this breaks.

Restarting the profile using about:profiles and 'Restart with Add-ons Disabled' also has no effect. The issue remains.

Gewysig op deur hey+firefox.com

more options

Note that Troubleshoot Mode does not fully disable extensions, any modified prefs are still retained.

uBlock Origin changes the following about:config settings:

network.dns.disablePrefetch = true
network.http.speculative-parallel-limit = 0
network.predictor.enabled = false
network.prefetch-next = false
more options

Hi,

Thanks for your reply. Unfortunately resetting these options doesn't help. I even tried to reset all modified settings in about:config without any luck.