Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.75 KB

File metadata and controls

38 lines (23 loc) · 1.75 KB

HTTP Redirect Headers

This is the working area for the individual Internet-Draft, "HTTP Redirect Headers".

Abstract

This document defines HTTP headers that enable browsers to pass redirect parameters securely during HTTP redirects without exposing them in URLs. The Redirect-Query header carries parameters traditionally sent via URL query strings, the Redirect-Origin header provides browser-verified origin authentication, and the Redirect-Path header enables path-based redirect validation. These headers address security and privacy concerns in authentication and authorization protocols such as OAuth 2.0 and OpenID Connect.

Additional Resources

Contributing

See the guidelines for contributions.

Contributions can be made by creating pull requests. The GitHub interface supports creating pull requests using the Edit (✏) button.

Command Line Usage

Formatted text and HTML versions of the draft can be built using make.

$ make

Command line usage requires that you have the necessary software installed. See the instructions.

Authors

  • Dick Hardt (Hellō)
  • Sam Goto (Google)