On the "configure connection" page, a couple of our team got stuck without realising that http:// is required. It might be nice to hint to the user that you need that prefix.
Here's some suggestions from me:
- Prefill the address field with
http://localhost.
- Add a little bit of text to say that http/https prefix is required
- Show a specific error if they omit this part (we'd probably have to pattern match
*://* or something, so we don't artificially limit protocols)
On the "configure connection" page, a couple of our team got stuck without realising that
http://is required. It might be nice to hint to the user that you need that prefix.Here's some suggestions from me:
http://localhost.*://*or something, so we don't artificially limit protocols)