Results 2 comments of Antonio

Hi, was having the same exception issues and managed to solve it by using a different begin function: ``` const char *_url = "http://192.168.1.1/getstuff"; WiFiClient client; HTTPClient http; http.begin(client,_url); if(...

not really, the code snippet is what is needed to request a GET on the resource and printing back results to the console, without crashing.