Passer la navigation

[Résolu] URL Validation Check Not Accepting URLS without HTTPS

This support ticket is created Il y a 8 months, 1 week. 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Fuseau horaire du supporter : Asia/Kolkata (GMT+05:30)

Ce sujet contient 1 reply, a 1 voix.

Dernière mise à jour par Minesh Il y a 8 months.

Assisté par: Minesh.

Auteur
Publications
#2828104
Screenshot 2025-10-06 090121.png
Screenshot 2025-10-06 085523.png

I am trying to: I have a URL input in a form that the allows the user to input a URL.

Link to a page where the issue can be seen: lien caché

I expected to see: That it allows for someone enter a URL without https. For example if a user entered anesthesiology.uw.edu in the URL form input it should work because if you copy and paste that exact url in your browser it will still go to the same website.

Instead, I got: "Please enter a valid URL address" when using a URL without https. But if I enter lien caché the validation is fine.

#2828170

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - its native URL validation and it requires either http:/ or https:// to validate the URL.

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.