Closed sankerust closed 6 years ago
Currently it is possible to input backend url only with http:// prefix. Also putting a / at the end on the url makes it invalid.
http://
/
We should support more input variations from the user, such as (8000 being the desired port):
http://localhost:8000
127.0.0.1:8000
http://127.0.0.1:8000/
Currently it is possible to input backend url only with
http://
prefix. Also putting a/
at the end on the url makes it invalid.We should support more input variations from the user, such as (8000 being the desired port):
http://localhost:8000
127.0.0.1:8000
http://127.0.0.1:8000/