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
Does anyone know if it's possible to send out custom HTTP request headers in HTML without having to use JavaScript?
No, it's not possible.
What is it, the functional requirement for which you think that this is the solution? Elaborate that, then we may be able to come up with a suitable solution.
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.