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

Referer Header removed in all the requests made from my addon

more options

Referer Header is removed from the HTTP GET requests which I made through my add on. Tried updating the referer settings but no luck. Attached the modified settings. All other settings are default.

Note: Using Latest FF. Version - 94.0.2 (64-bit)

Referer Header is removed from the HTTP GET requests which I made through my add on. Tried updating the referer settings but no luck. Attached the modified settings. All other settings are default. Note: Using Latest FF. Version - 94.0.2 (64-bit)
Attached screenshots

All Replies (3)

more options

You are generating completely new requests, or modifying requests generated from the page?

Either way, I suggest posting this problem on the Add-on Development Forum over here:

https://discourse.mozilla.org/c/add-ons/development/108

more options

Thanks for the response.. I am creating new request, let me post the question in Add-on development forum.

more options

In case it helps:

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Content_scripts#xhr_and_fetch

It leaves me with more questions than answers...

Modified by jscher2000 - Support Volunteer