appbaseio/dejavu

Automatically add HTTP schema to URL when it is missing

Open

#481 ouverte le 19 juin 2024

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)JavaScript (529 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (8 270 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur