bportaluri / WiFiEsp

Arduino WiFi library for ESP8266 modules
GNU General Public License v3.0
551 stars 210 forks source link

WebClient example: Old url didn't support http anymore #221

Open ms-afk opened 1 year ago

ms-afk commented 1 year ago

The old url now redirects to the https version of the page, resulting on this example, which was made to show the capability to connect to http servers, not showing the logo. The old url shows a message which suggests to use this new link if a http compatible version of this logo is needed, just as it is in this case.

ms-afk commented 1 year ago

Relative to this issue: https://github.com/bportaluri/WiFiEsp/issues/222