Does anyone know if its possible to send out custom http REQUEST headers in HTML without having to use javascript (no xhr wrapper).
Would it be possible to define th
Why do you need to set something in the header?
If it's for testing you can use a Firefox extension or a web proxy to manipulate the header.
Otherwise, it cannot be done from HTML.