Forum Discussion
Anonymous
2 years agoOk, I used the following for my URL. Often does the trick to make sure there’s not caching going on from the server. If they are actually out of sync there’s nothing to be done, but this often works:
url = "https://service-status.webex.com/customer/dashServices/${serviceId}?_=${new Date().getTime()}"
Feel free to compare yours to mine. I didn’t even attempt to scrape the HTML from the main status page: https://github.com/sweenig/lm/tree/main/Webex
Related Content
- 2 years ago