mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
[GH-ISSUE #1501] [1.10.0 / 1.10.1] "Custom Headers" breaks "Custom Host Header" #1930
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hanjo on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1501
Hi,
in v1.10.0 the following feature was added:
When I updated to this version, my resources did not work any more. After a little bit of debugging, I noticed that the "Host" header was not sent as before, although I did not change anything in my configuration. So I removed the "Custom Host Header" and set it again, but no change. When I put "Host: xyz" into the "Custom Headers" field it started working again.
It looks like the new "Custom Headers" functionality breaks the old "Custom Host Header" functionality. I'm happy to use the new field instead, since it is much more flexible, but if the "Custom Host Header" does not work any longer, it should be removed from the UI.
Thanks for looking into this.
@oschwartz10612 commented on GitHub (Sep 19, 2025):
Yeah we are aware of this sorry about the break. Doing a update shortly!
@hanjo commented on GitHub (Sep 22, 2025):
Thanks, I can confirm that this is fixed in v1.10.2 👍