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(http): handle proxy urls with port #7273

Merged
merged 2 commits into from
Feb 23, 2024
Merged

fix(http): handle proxy urls with port #7273

merged 2 commits into from
Feb 23, 2024

Conversation

jcesarmobile
Copy link
Member

I've encoded the host because if if has a port, the : will be in the url path and it's not a valid character for the path, despite it works without encoding in the devices I've tested, so it might break in the future. Then I had to decode the url in native side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants