Let's say, I'm a logged-in user in google. Now I'd like to send one ajax request there WITHOUT sending any cookies. (But naturally, I want to keep those cookies for the future). How is that possible?
i'm interested in solution for ajaxing INSIDE chrome extension
important edit: I'm talking about intercepting requests sent FROM the extension itself! There the beforeHeadersSend don't work...