Removed: Only Notify Browser of Server Redirect
Removed in version 10.0 as this was dependent on the Cache Source setting which was removed previously.
Previously supported in Basic, Plus & Enterprise versions
When using Kiosk Pro with the cache mode ‘Kiosk Pro Cache’, the app is designed to notify the underlying UIWebView browser about all redirections (even if the server has not returned a redirection response).
Default Value: Off
This is necessary because a page may use redirection history in a number of ways - for example, to standardize the format of a request for cache management. For example, changing a request for http://www.apple.com to the standardized, or canonical, version: http://www.apple.com/.
However, certain sites that use AJAX for browser requests rely on the browser only reporting redirections when they are requested specifically by the server.
For these sites, we’ve implemented a new advanced setting allowing you to toggle this behavior. If ‘Only Notify Browser of Server Redirection Events’ is enabled, the app is designed to notify the underlying UI WebView browser about a redirection if (and only if) the server has returned a redirection response.
This reduces the chance of the browser timing out with a ‘Too many HTTP requests’ error when looping through a series of intentional redirects and can prevent other unintentional side effects that appear when using the default behavior.