Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Edit and resend ignores cookie header

  • 3 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από hey+firefox.com

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.
Συνημμένα στιγμιότυπα

Όλες οι απαντήσεις (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.

Τροποποιήθηκε στις από το χρήστη 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.