Navigation überspringen

[Gelöst] URL Validation Check Not Accepting URLS without HTTPS

This support ticket is created vor 8 months. 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 -

Zeitzone des Unterstützers: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 1 reply, hat 1 Stimme.

Zuletzt aktualisiert von Minesh vor 8 months.

Assistiert von: Minesh.

Author
Artikel
#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: versteckter Link

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 versteckter Link the validation is fine.

#2828170

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: 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:
- versteckter Link

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

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