UrlHum icon indicating copy to clipboard operation
UrlHum copied to clipboard

[Request] Your program cannot be used by a web address with a port

Open 1275788667 opened this issue 4 years ago • 1 comments

give an example http://yourip.com:6000

Error: The url format is invalid.

1275788667 avatar Nov 26 '20 03:11 1275788667

Hi, UrlHum applies to Laravel URI Validator, which uses default php URI validation. This is the RFC.

A port after the domain is not a valid URI. If this feature is requested by many, I can think to alter the validation to include ports. Thanks.

optiroot avatar Feb 23 '21 12:02 optiroot