So I would love to use the DirectLink feature, however it breaks documented procedures if I turn it on. So I need to pull some dashboards out by passing credentials on the url.
This works:
A map url:
https://DOMAIN/ui/maps/viewer/MAPS-4b07b80c-fcb0-4059-8725-e15b6276e082/<pre class="code codeBlock" spellcheck="false" tabindex="0">http://DOMAIN/Orion/Login.aspx?AccountID=USER&Password=PASSWORD</pre>
If I just slap the "
Login.aspx?AccountID=USER&Password=PASSWORD" to the end of the URL I get logged in, but I get a 404 error instead of the desired page. <br /><br />How do I build this URL?