Custom headers not applied / working #1

Closed
opened 2026-04-05 17:00:31 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Root-Core on 4/4/2026

Describe the Bug

Custom headers on public resources are not applied or working in Pangolin 1.17.0.
I think it was working on 1.16.x, not sure though.

Environment

  • OS Type & Version: Ubuntu 24.04.4 LTS
  • Pangolin Version: 1.17.0
  • Gerbil Version: 1.3.0
  • Traefik Version: v3.6
  • Newt Version: N/A

To Reproduce

  • Create resource
  • Add custom headers, eg
    • Access-Control-Allow-Origin: *
  • Check headers of resource, eg
    • curl -X HEAD -I https://example.com/

Expected Behavior

The custom header is expected to be present in the response.

*Originally created by @Root-Core on 4/4/2026* ### Describe the Bug Custom headers on public resources are not applied or working in Pangolin 1.17.0. I *think* it was working on 1.16.x, not sure though. ### Environment - OS Type & Version: Ubuntu 24.04.4 LTS - Pangolin Version: 1.17.0 - Gerbil Version: 1.3.0 - Traefik Version: v3.6 - Newt Version: N/A ### To Reproduce - Create resource - Add custom headers, eg - `Access-Control-Allow-Origin: *` - Check headers of resource, eg - `curl -X HEAD -I https://example.com/` ### Expected Behavior The custom header is expected to be present in the response.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1