[Maps] Validate secure URL for TMS / WMS #30588
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Maps
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
If I add an insecure URL to the Maps app for TMS / WMS, it doesn't work. However, we don't provide any validation in the UI. The only notification I get is an icon in my browser saying an insecure request has been made.
http://a.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png
will not work even though it seems to redirect to https andhttps://a.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png
works out of the box.Bare minimum, it'd be nice to maybe provide a warning if if
https
is not detected using the form validator in EUI: https://elastic.github.io/eui/#/forms/form-validationI'm testing in cloud at the moment, I haven't checked what the experience is with a local install and I'm not sure if this is browser specific.
The text was updated successfully, but these errors were encountered: