Re: https commands with basic authentication
Posted: Tue Nov 03, 2020 12:04 am
Any Solutions for that?
The URL for MY SYSTEM to get a JPG containing one JPG of my entire BI screen is:Uncheck the box "Use secure session keys..."
You've got to use your PC's adapter IP address
Code: Select all
http://[2601:98a:4200:f60:2c21:2e91:9848:90a5]:81/image/Index?time=&session=&decode=1&stream=0&q=55w=1024&h=768
Code: Select all
curl -kL "http://[2601:98a:4200:f60:2c21:2e91:9848:90a5]:81/image/Index?time=&session=&decode=1&stream=0&q=55w=1024&h=768" --output test.jpg
Code: Select all
curl -kL "http://\[2601:98a:4200:f60:2c21:2e91:9848:90a5\]:81/image/Index?time=&session=&decode=1&stream=0&q=55w=1024&h=768" --output test.jpg
Putting all the cURL JPGs into a GIF at the end of the day, here's what I get. Not sure why the titles blink on and off.weathermatrix wrote: ↑Thu Aug 17, 2023 9:49 pm Once I did the following as instructed above, it worked for me (Disclaimer: Turning off web server security like this could be dangerous)