How to set a Header field on POST a form?

前端 未结 8 1895
情书的邮戳
情书的邮戳 2020-11-27 04:08

How can I set a custom field in POST header on submit a form?

8条回答
  •  粉色の甜心
    2020-11-27 04:48

    Set a cookie value on the page, and then read it back server side.

    You won't be able to set a specific header, but the value will be accessible in the headers section and not the content body.

提交回复
热议问题