Set originRequest httpHostHeader #108
Replies: 4 comments 1 reply
-
On that note, additional application settings? ![]() Can be done via originRequest within config ![]() Or these parameters in config.yml |
Beta Was this translation helpful? Give feedback.
-
I'm bumping into this as well. I need to be able to pass the internal domain name to a container when access it though CF using the httpHostHeader parameter. |
Beta Was this translation helpful? Give feedback.
-
You, sir, rock. Cheers. |
Beta Was this translation helpful? Give feedback.
-
OK I pushed to stable branch. Docker image tag v1.9.2. added support for httpHostHeader Support with label and manual ingress rule via web UI. [1.9.2] - 2025-06-25Added
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Support for httHostHeader
tunnel: your-tunnel-UUID
credentials-file: /etc/cloudflared/your-tunnel.json
ingress:
hostname: service.domain.tld
service: http://localhost:8000
originRequest:
Force the Host header that reaches Django to be exactly this:
httpHostHeader: service.domain.tld
(Optional) If your upstream is HTTPS, you can disable TLS verify:
noTLSVerify: true
... fallback rule
#102
Beta Was this translation helpful? Give feedback.
All reactions