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:
curl -D- -X GET -H "Authorization: Basic TheChainYouGetStep1" -H "Content-Type: application/xml" http://demo3.appdynamics.com/ controller/rest/applications
JB