Hi all,
Maybe a simple request, but can one automate logon authentication for AppDynamics?
Running a small POC by which I would like to automate the system opening a browser, loading the URL for one of the Flow Maps and then displaying that on a big screen?
Any help or ideas would be appreciated.
Some tech Details:
AppDynamics Version 4.2 , running client on Chrome Browser in Linux environment
Tx.
Hi John
You can try to use
You can also use curl to generate the certificate
echo -n 'demouser@customer1:passwordxxx' | openssl base64
and then: