HTTP Basic Auth not working #757

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

Originally created by @jln-brtn on 10/19/2025

Describe the Bug

According to the discussion #1682 , using the Basic Auth authentication failed in some situation, while it shouldn't. The user is therefor redirected to the pangolin login page.
However, it's working with Curl and Postman. The first analysis lead to an issue related to the browser use.
I'm investigating this issue.

Environment

  • OS Type & Version: Ubuntu 22.04
  • Pangolin Version: 1.11.0
  • Gerbil Version: 1.2.2
  • Traefik Version: 3.5.3

To Reproduce

  • Activate the Basic Auth for a resource
  • Try to reach this resource with the credential used
  • The user is redirected to the pangolin login page

Expected Behavior

  • The user should be able to reach the resource
*Originally created by @jln-brtn on 10/19/2025* ### Describe the Bug According to the discussion #1682 , using the Basic Auth authentication failed in some situation, while it shouldn't. The user is therefor redirected to the pangolin login page. However, it's working with Curl and Postman. The first analysis lead to an issue related to the browser use. I'm investigating this issue. ### Environment - OS Type & Version: Ubuntu 22.04 - Pangolin Version: 1.11.0 - Gerbil Version: 1.2.2 - Traefik Version: 3.5.3 ### To Reproduce - Activate the Basic Auth for a resource - Try to reach this resource with the credential used - The user is redirected to the pangolin login page ### Expected Behavior - The user should be able to reach the resource
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#757