Hello,
Is there a way to access available token in ArcGIS API for JavaScript so that it can be appended to each XMLHttpRequest?
The issue here is whenever map's load dojo event triggers, I seeToken required (499) response after which ArcGIS JavaScript API internally creates token and appends it to each following XMLHttpRequest.
A little bit of background. Portal for ArcGIS is federated with ArcGIS Server with Web Tier (IWA Authentication). Application consuming REST Services is ASP.Net.
Thanks
Meghan Kulkarni