We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
should be:
The text was updated successfully, but these errors were encountered: