Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
2.5.0-beta1
-
None
-
None
Description
When you call commoncontainer.navigateUrl if the URL cannot be reached the caller has no way of knowing if the URL was navigated successfully or not. To solve this we make a head request to the URL we are navigating to and add a callback to the API.
It is important to note that we will not be caching the response of the head request. While this could possibly give us better performance we have no way of guaranteeing the server will still be up next time and everything may fail. This is different from the gadget case where we have the gadget XML cached on the server.