Are AJAX requests sent from the Chrome Extension help page sending a referrer?

I am wondering if AJAX requests sent from the background page of my Chrome extension will send referrer information? Somebody knows?

Thanks in advance!

+3
source share
2 answers

I changed one of my own Chrome extensions to use jQuery.ajax call. When the call goes off, I see with the violinist that no referrer information is enabled by default. One thing you could try would be to explicitly specify the referrer value for your ajax request. If you come up with a code example (you don’t know how to do it yourself), I can try this for you.

+1

, . , . .

+3

All Articles