Closed ramonpaolo closed 8 months ago
Hi @ramonpaolo. Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests specific to the project. This topic is more appropriate for the Arduino Forum. I'm sure we will be able to help you out over there:
Issue
When making request to
www.google.com
, the request(GET) is OK, but, when make request togoogle.com
, this returns an error!I have an API in Heroku, that has the X URL, and when I access using the HttpClient, it's return error(-1)!
The same error occur when access
google.com
!I think that is because some type of redirect or something else, but I can't confirm this!
Somebody know how to resolve this problem?
Example code