Upgrade-Insecure-Requests - HTTP 编辑
The HTTP Upgrade-Insecure-Requests
request header sends a signal to the server expressing the client’s preference for an encrypted and authenticated response, and that it can successfully handle the upgrade-insecure-requests
CSP directive.
Header type | Request header |
---|---|
Forbidden header name | no |
Syntax
Upgrade-Insecure-Requests: 1
Examples
A client's request signals to the server that it supports the upgrade mechanisms of upgrade-insecure-requests
:
GET / HTTP/1.1 Host: example.com Upgrade-Insecure-Requests: 1
The server can now redirect to a secure version of the site. A Vary
header can be used so that the site isn't served by caches to clients that don’t support the upgrade mechanism.
Location: https://example.com/ Vary: Upgrade-Insecure-Requests
Specifications
Specification | Status | Comment |
---|---|---|
Upgrade Insecure Requests The definition of 'upgrade-insecure-requests' in that specification. | Candidate Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser
See also
Content-Security-Policy
- CSP
upgrade-insecure-requests
directive
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论