### Summary Url validation doesn't work when the url in question includes an umlaut. ### Code snippet that reproduces the problem ```php $lead = new Lead(); $lead->setUrl("https://www.this-is-ä-test.com"); ``` ### More infos Urls should be url-encoded before being validated
Summary
Url validation doesn't work when the url in question includes an umlaut.
Code snippet that reproduces the problem
More infos
Urls should be url-encoded before being validated