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

ODP-1239: Use validators library to check base_url #81

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

edusalagran
Copy link
Contributor

Closes ODP-1239

This Pull Request addresses an issue where http://localhost:8888 was previously considered an invalid URL, despite being a correct one.

Previously, our URL validation was implemented with a custom solution that did not correctly validate localhost URLs with port numbers. The new URL validation mechanism uses a well-established URL checker with the appropriate parameters configured to recognize localhost URLs with port numbers as valid URLs.

Copy link

@applehph applehph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool!

@edusalagran edusalagran merged commit 9335e0e into master Jun 18, 2024
7 checks passed
@edusalagran edusalagran deleted the fix/ODP-1239-localhost-not-used-as-baseurl branch June 18, 2024 12:02
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.

None yet

2 participants