We are trying to determine whether it's possible to attempt to fetch a file/data from another domain (but trusted) via jQuery and determine whether the item was successfully fetched.
In other words via this method we would want to test whether the user has set up this site as a trusted site in their browser.
We did a test via img.src=[image on the 'another domain']
, but it always succeeded. i.e.
it didn't request authentication whether the trust was in place or not. So we are now looking for another solution / recommendation..
Thanks