Skip to content

[Validator] URL validation fails if there is no slash after domain prefix and before query string #15891

@smilesrg

Description

@smilesrg

For example:
http://www.anyurl.com/?query=1 - valid URL
http://www.anyurl.com?query=1 - invalid URL (missing slash after .com and before query=1)

I'm not sure if last url is valid according to RFC:
https://tools.ietf.org/html/rfc3986#page-16
https://tools.ietf.org/html/rfc3986#page-22

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions