Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

host-header rewrite examples should be updated to use host header flag, instead of add headers #730

Open
justngrok opened this issue May 14, 2024 · 0 comments

Comments

@justngrok
Copy link
Contributor

Rewriting the Host header examples use the add header syntax, instead of our special case host-header flag.
https://ngrok.com/docs/http/?cty=agent-config#rewrite-host-header

Examples should be updated with the correct syntax.

Example:
Agent Config Example

tunnels:
  example:
    proto: http
    addr: 8080
    request_header:
      add: ["host: localhost"]

should be:

tunnels:
  example:
    proto: http
    addr: 8080
    host_header: localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant