Skip to content
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

fix: automatically delete when there is a slash at the end of baseurl #92

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

imyuanx
Copy link

@imyuanx imyuanx commented Aug 23, 2024

When there is a trailing slash in the serverBaseUrl, we will get a URL like: http://0.0.0.0:8000//xxx, but modern HTTP servers can handle requests with extra slashes correctly. Even though we used the incorrect URL and signature (URL affects the signature result), we were able to access the backend service correctly, resulting in a discrepancy in the signature.

@yanivmo yanivmo added the bug Something isn't working label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants