mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
Handle Shareable Link p_token #295
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 @uncle-tee on GitHub (May 3, 2025).
I'm using an app that requests a server URL. The Pangolin shareable link includes a p_token as a query parameter. However, it incorrectly appends additional path parameters directly to the URL, resulting in a malformed resource URL.
Generated App URL
https://pangolin.server.com**/?p_token=token**/api/v1/links?cursor=Expected Behavior
Bager should detect if the p_token query parameter exists in the base url, remove it from the base URL, and append it at the end of the final constructed URL, before performing authentication
@miloschwartz commented on GitHub (May 4, 2025):
Thanks I marked this as a bug and will look at the code
@miloschwartz commented on GitHub (May 10, 2025):
What version of Pangolin are you on?
Can you describe the series steps you took to reproduce this?
Thanks!