I have successfully written a myDBR report that is called via curl to execute at a given interval each day. Is there any way to make this work without having to hard code in the password?
I am currently executing the following command below to automate the email report. this is documented on page 77 of the mydbr_doc.pdf.
curl-u"user:pw" -H "X-MYDBR-AUTH: 1" "http_address_to_call_goes_here"
Page 77 example is pasted below:
curl -u"username:password" -H "X-MYDBR-AUTH: 1" "myserver.com/mydbr/report.php?
r=630&m=85&h=d46af7ad9a26bc574e10aa1b8c591a18892c57592"