I would like to use javascript (or something similar) in my page in order to make the browser send a specific HTTP header (let's say the header 'X-Try:' with some value). I would like to do it on every subsequent request to the same domain (The domain that originally sent the javascript to the client).
Can I do such a thing? and if yes - how exactly ?
Can I do such a thing? and if yes - how exactly ?
Comment