HTML 中的自定义 HTTP 请求标头

Custom HTTP Request headers in HTML(HTML 中的自定义 HTTP 请求标头)
本文介绍了HTML 中的自定义 HTTP 请求标头的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

有谁知道是否可以在 HTML 中发送自定义 http REQUEST 标头而无需使用 javascript(无 xhr 包装器).

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 them as meta tags within the head? Or may they be defined in the form somewhere?

<meta http-equip="x-something-custom" name="custom value" />

这可行,但是,这是一个 RESPONSE 标头.我需要设置一个 REQUEST 标头.

this works, however, this is a RESPONSE header. What I need to set a REQUEST header.

我不是在寻找在表单中设置隐藏字段,而是在寻找使用 html 标签进行的实际原始 http 标头操作.

I'm not looking for setting hidden fields in forms, but actual raw http header manipulation with html tags.

这可能吗?

推荐答案

有谁知道是否可以在不使用 JavaScript 的情况下以 HTML 格式发送自定义 HTTP 请求标头?

不,这不可能.

您认为这是解决方案的功能需求是什么?详细说明一下,也许我们可以想出一个合适的解决方案.

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.

这篇关于HTML 中的自定义 HTTP 请求标头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

JS/HTML5 WebSocket: Connect without HTTP call(JS/HTML5 WebSocket:无需 HTTP 调用即可连接)
Getting #39;400 Bad Request#39; when using multipart/form-data as Content-Type in XHR(在 XHR 中使用 multipart/form-data 作为 Content-Type 时收到“400 Bad Request)
CSS: Repeat Table Header after Page Break (Print View)(CSS:分页后重复表头(打印视图))
Put HTML head in another file(将 HTML 头放在另一个文件中)
What is the real difference between the quot;headquot; and quot;headerquot; tag?(“头和“头之间的真正区别是什么?和“标题标签?)
Header/Footer Layout with 100% Content Height in IE8(IE8 中具有 100% 内容高度的页眉/页脚布局)