/parser · sink: requests.get
requests.get
Validator and HTTP client disagree on which part of the URL is the host.
Fetch
The validator's regex stops at the first '@'. The HTTP client treats what's before '@' as userinfo and what's after as the real host.
View source for this lab →