Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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.
Gekoppelde schermafbeeldingen

Alle antwoorden (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.

Bewerkt door hey+firefox.com op

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.