Internet explorer + Developer tools + Sig web intergration.
We are trying to intergrate the New Topaz sig web with our ATG application running on Weblogic.
Issues : The UI SIGNATURE capture will works in IE only if Developer tools ( F12 ) is enabled. if not enabled it wont work, especially the below
JS, which has all the required method calls
http://www.sigplusweb.com/SigWebTablet.js
Reason : The above JS has AJAX js GET request. and IE caches it and then the next request never reaches the
Sigweb engine.
Resolution:
1) Using a unique query string parameter (such as a unix timestamp) on each request,
so as to make each request URL unique, thereby preventing caching.
Why F12 works : Looks like I have "always refresh from server" option enabled in F12.
Other browsers don't cache Ajax calls, but IE does
We are trying to intergrate the New Topaz sig web with our ATG application running on Weblogic.
Issues : The UI SIGNATURE capture will works in IE only if Developer tools ( F12 ) is enabled. if not enabled it wont work, especially the below
JS, which has all the required method calls
http://www.sigplusweb.com/SigWebTablet.js
Reason : The above JS has AJAX js GET request. and IE caches it and then the next request never reaches the
Sigweb engine.
Resolution:
1) Using a unique query string parameter (such as a unix timestamp) on each request,
so as to make each request URL unique, thereby preventing caching.
Why F12 works : Looks like I have "always refresh from server" option enabled in F12.
Other browsers don't cache Ajax calls, but IE does
No comments:
Post a Comment