mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 09:55:51 +03:00
[GH-ISSUE #3441] 403 Error with relativ paths #2300
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2300
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @Erik-F-G on GitHub (Jan 9, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3441
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I'm getting a 403 Forbidden Error when using relativ paths.
Nginx Proxy Manager Version v2.10.4
To Reproduce
Steps to reproduce the behavior:
call:
https://net.example.com/reports/pdfjs/lib-002/web/viewer.html?File=../../../reportpdf.aspx?riid=cc488525ef64449f824e657576088904#page=2
get displayed 403 Forbidden openresty
log entry [09/Jan/2024:15:53:19 +0000] - - 403 - GET https net.example.com "/reports/pdfjs/lib-002/web/viewer.html?File=../../../reportpdf.aspx?riid=cc488525ef64449f824e657576088904" [Client 93.241.219.16] [Length 171] [Gzip 3.23] [Sent-to 10.254.103.2] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "https://net.example.com/reports/report.aspx?CK=reportGID100"
Expected behavior
relativ pathing should rewrite to: https://net.example.com/reports/pdfjs/lib-002/web/viewer.html?File=https://net.example.com/reports/reportpdf.aspx?riid=cc488525ef64449f824e657576088904#page=2
my expertise in webhosting ist somwhat lacking, If I'm wat the wrong place please redirect me.
@github-actions[bot] commented on GitHub (Jul 15, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Aug 6, 2025):
Issue was closed due to inactivity.