Automatically add HTTP schema to URL when it is missing
Is your feature request related to a problem? Please describe.
I copied the URL 192.168.3.8:9227 I used with curl into the dejavu connect URL box and wondered why it did not work.
It turned out that dejavu requires the http:// schema.
Describe the solution you'd like
dejavu should automatically prepend the http:// schema to the URL if it has no schema.
This would be good to have.
@siddharthlatest I have created a PR for this issue: https://github.com/appbaseio/dejavu/pull/496 Could you review it? thank you
Thank you for the PR @quangdutran, this is now available on the web version. Will include it as part of the next release cycle for use with Docker.