Closed
Description
WiFiClient example shows how to send an HTTP request to Sparkfun Data service. However, this service has been discontinued. Some users attempt to use WiFiClient example as a base when implementing HTTP client functionality, which is suboptimal because there are better libraries for that purpose (ESP8266HTTPClient).
Need to develop a new WiFiClient example which will not use a discontinued service, and would not demonstrate something that is not considered best practice.
One possible solution might be to replace WiFiClient example with WiFiClientBasic. In this case, it has to be extended with instructions on setting up a TCP server (e.g. using a GUI tool like Processing and using something like nc for command line).