Search found 2 matches
- Mon Mar 16, 2026 9:58 pm
- Forum: General Discussion
- Topic: Checking eSIM promo codes with ESP32
- Replies: 1
- Views: 140
Re: Checking eSIM promo codes with ESP32
Alright, quick update after thinking it through a bit. I was trying to make everything run directly on the ESP32. In theory it sounded neat. In practice… not really. With the redirects and JS on that site, the ESP32 can fetch the page but it struggles once you actually need to interpret what’s going ...
- Thu Mar 05, 2026 7:15 am
- Forum: General Discussion
- Topic: Checking eSIM promo codes with ESP32
- Replies: 1
- Views: 140
Checking eSIM promo codes with ESP32
Hey,
I’m working on a small project where my ESP32 automatically checks if an eSIM promo code is still valid and sends me a notification. The problem is the site uses redirects and JavaScript, so it’s not easy to parse the info. Any ideas on libraries or methods to fetch this kind of web data on ...
I’m working on a small project where my ESP32 automatically checks if an eSIM promo code is still valid and sends me a notification. The problem is the site uses redirects and JavaScript, so it’s not easy to parse the info. Any ideas on libraries or methods to fetch this kind of web data on ...