-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base href? #89
Comments
Interesting idea. I'll look into it. Thanks. Whats the Expected outputs if client browser attempt to go to root directory (or any path other than basepath) |
AFAIK, every URL must start with |
Understandable. Will try.
…On Thu, Aug 15, 2024, 8:39 PM Johan Vromans ***@***.***> wrote:
AFAIK, every URL must start with /someprefix otherwise it will be
rejected with 403 Forbidden.
One exception is /, which is equivalent to /someprefix/.
—
Reply to this email directly, view it on GitHub
<#89 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIDNL22KSNGS7DIMTCUDE5DZRS4QVAVCNFSM6AAAAABMSE6JS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJRGQYTENBTGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice tool! Can pyrobox serve a file tree as if it were located on a real server?
For example, assuming there is an option
--serve-path
, thenwill serve
/someprefix/anyfile
frompublic/anyfile
The text was updated successfully, but these errors were encountered: