electronicsguy / HTTPSRedirect

A library for seamless data logging, communication and control for Internet of Things
GNU Affero General Public License v3.0
59 stars 26 forks source link

Was the method setInsecure removed ? #2

Closed ansel2000 closed 2 years ago

ansel2000 commented 2 years ago

I keep getting this error

error: 'class HTTPSRedirect' has no member named 'setInsecure' client->setInsecure();

github-actions[bot] commented 2 years ago

Welcome to HTTPSRedirect! Please provide enough info to debug the issue.

electronicsguy commented 2 years ago

Yes, it doesn't have that member function, so you shouldn't be using it. What are you trying to do?

ansel2000 commented 2 years ago

I was referring a code snippet for sending data from an ESP8266 to a google app script. The code had this line and on running it I kept getting the error. I worked fine in the end after commenting it out.