Saltar navegación

[Resuelto] URL Validation Check Not Accepting URLS without HTTPS

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 -

Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por Minesh 8 months ago.

Asistido por: Minesh.

Autor
Mensajes
#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: enlace oculto

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 enlace oculto the validation is fine.

#2828170

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: 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:
- enlace oculto

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

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