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

[BUG] - When "trailing slash" is in the url end, so the request is sent without it #22

Open
Gochip opened this issue Oct 25, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest

Comments

@Gochip
Copy link

Gochip commented Oct 25, 2021

Describe the bug
When "trailing slash" is in the url end, so the request is sent without it

To Reproduce

  1. fetch(window.WebviewProxy.convertProxyUrl("https://www.pabex.com/test/"))
  2. This generate a request to https://www.pabex.com/test instead of https://www.pabex.com/test/

Expected behavior
Should generate a request to https://www.pabex.com/test/ (with trailing slash).

@Gochip Gochip added the bug Something isn't working label Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants