Sauter la navigation

[Résolu] Url validate without http or https

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem:

Is it possible that the url field does not require http or https to validate?

Solution:

Please check the URL definition:

https://en.wikipedia.org/wiki/URL

URI = scheme:[//authority]path[?query][#fragment]

If you are using URL validation setting, then the "scheme" is required for URL value

Relevant Documentation:

This support ticket is created Il y a 4 années et 2 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par avansisI-2 Il y a 4 années et 2 mois.

Assisté par: Luo Yang.

Auteur
Publications
#1849171

is it possible that the url field does not require http or https to validate?

#1849351

Hello,

Please check the URL definition:
lien caché

URI = scheme:[//authority]path[?query][#fragment]

If you are using URL validation setting, then the "scheme" is required for URL value, so it is expected result: require http or https to validate

#1851465

My issue is resolved now. Thank you!