Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

URLs are not url-encoded before being validated #118

Open
omissis opened this issue May 5, 2021 · 0 comments
Open

URLs are not url-encoded before being validated #118

omissis opened this issue May 5, 2021 · 0 comments

Comments

@omissis
Copy link
Contributor

omissis commented May 5, 2021

Summary

Url validation doesn't work when the url in question includes an umlaut.

Code snippet that reproduces the problem

$lead = new Lead();
$lead->setUrl("https://www.this-is-ä-test.com");

More infos

Urls should be url-encoded before being validated

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

No branches or pull requests

1 participant