In order to diagnose network problems, I'm setting up a script to download every day's BQM and archive them. If the script gets called just after midnight, and the network is up, I can use
curl 'https://www.thinkbroadband.com/broadband/monitoring/quality/<id>.png'
and get a well aligned graph, but obviously that's very dependant on timing, and the network being stable at that point. At any point today, I can use
curl 'https://www.thinkbroadband.com/broadband/monitoring/quality/<id>-18-09-2020.png'
to get a well aligned graph for yesterday, but that only seems to work sometimes - it often gets redirected to the login page. I've done a lot of fiddling with cookiejars, and copying cURL commands from Chrome Inspect, but I can't get it to work reliably in the long term.
Is there an approved way of authenticating these kind of calls, or can I make my BQM history public so it doesn't need authentication?
I've tried the "Share" button, but it only makes the live view, or a specific day's graph public, not all my history
Thanks for any tips



Pages in this thread:
Print Thread
