dejavu icon indicating copy to clipboard operation
dejavu copied to clipboard

Automatically add HTTP schema to URL when it is missing

Open cweiske opened this issue 1 year ago • 3 comments

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.

cweiske avatar Jun 19 '24 13:06 cweiske

This would be good to have.

siddharthlatest avatar Sep 29 '24 09:09 siddharthlatest

@siddharthlatest I have created a PR for this issue: https://github.com/appbaseio/dejavu/pull/496 Could you review it? thank you

quangdutran avatar Apr 09 '25 09:04 quangdutran

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.

siddharthlatest avatar Apr 17 '25 20:04 siddharthlatest