Forum Discussion

6 Replies

  • Ok, 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

    @A11ey , feel free to split this convo off into a separate thread titled “Webex Status Page Monitoring”

  • Yeah, that’s the source I found. When you said scraping, I assumed you meant the HTML.

  • Yeah, that’s the source I found. When you said scraping, I assumed you meant the HTML.

    We use both. As I said we found sometimes 1 page appears to cache and not update timely.