Custom HTTP Request headers in HTML

后端 未结 2 579
情书的邮戳
情书的邮戳 2020-12-06 16:15

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

2条回答
  •  余生分开走
    2020-12-06 16:38

    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.

提交回复
热议问题