Add server without specifying a protocol #1688
Labels
confirmed
This bug was reproduced successfully by multiple people
enhancement
New feature or request
good first issue
Good for newcomers
ui/ux
Pull requests or issues that deal with UX or UI design
Not quite a bug, more a mini-feature request:
As allowed by the original website, I think it would be nice and convenient, to allow the insertion of an IP address (without protocol) with any specified port.
Taking it a step further, it could still improve over the original site (which allows any text in the field, and tries the call) by updating the current validation regex, with one that actually covers only the interesting cases (and maybe adding a default http protocol beahind the scenes if needed).
I don't have enough RegEx skills to propose a valid and consistent change.
Does anyone have an interest in dealing with it?
Steps to reproduce
I.E. 192.168.1.5 does not allow adding
Expected behavior
I.E. 192.168.1.5 as input should work fine!
Screenshots
From the original website
The text was updated successfully, but these errors were encountered: