Skip to content
Advertisement

Tag: http-post

How to set a Header field on POST a form?

How can I set a custom field in POST header on submit a form? Answer It cannot be done – AFAIK. However you may use for example jquery (although you can do it with plain javascript) to serialize the form and send (using AJAX) while adding your custom header. Look at the jquery serialize which changes an HTML FORM into

Advertisement