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 issue with HTTP calls if protocol not specified. Restructure HTTP util functions #26

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

0x2142
Copy link
Owner

@0x2142 0x2142 commented Mar 14, 2024

Found an issue where app would fail for certain config URLs if they were set to ip-address:port (like 10.10.10.10:5000). This should catch those instances & manually append http:// to the start to ensure they're handled as URLs.

@0x2142 0x2142 merged commit 4ddab24 into main Mar 14, 2024
@0x2142 0x2142 deleted the fix-http-no-protocol branch March 14, 2024 20:21
@0x2142 0x2142 self-assigned this Mar 14, 2024
@0x2142 0x2142 added the bug Something isn't working label Apr 1, 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.

1 participant