开发者

Can you add any request header when you request from a webpage?

开发者 https://www.devze.com 2022-12-27 00:26 出处:网络
Also, can yo开发者_开发知识库u SEND any header back? (return headers) when you run a web server?

Also, can yo开发者_开发知识库u SEND any header back? (return headers) when you run a web server?

Or, are headers limited?


Web pages are retrieved using the HTTP protocol. HTTP is text-based. Both, a client requesting and a server responding within a HTTP communication can add custom headers to the HTTP messages. Its up to the communicating parties how to process these. I would assume that an unknown header is dropped silently.

0

精彩评论

暂无评论...
验证码 换一张
取 消