Unable to navigate to a website from an attribute table or from a pop-up window if the website name starts with a 'www' instead of the 'http' or 'https' protocol.
Last Published: February 15, 2018ArcGIS Online
Bug ID Number
BUG-000111419
Submitted
February 6, 2018
Last Modified
June 5, 2024
Applies to
ArcGIS Online
Version found
5.4
Status
Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
Additional Information
This is an expected behavior. To be considered as a valid URL, the protocol is needed and 'http' is not assumed automatically. A proper URL with a valid protocol is needed.
Workaround
When entering the website name, ensure the protocol 'http' or 'https' is included within the name. For example, use <a href="http://www.arcgis.com/home/index.html" target="_blank">http://www.arcgis.com/home/index.html</a> instead of <a href="http://www.arcgis.com/home/index.html" target="_blank">www.arcgis.com/home/index.html</a>.