I wanted to inform the community of a change made to the location of this file which is sometimes used in demonstrations of connecting an Arduino board to a web server via HTTP.
For example:
https://www.arduino.cc/reference/en/libraries/wifinina/client.connectssl/#example
For security reasons, the file asciilogo.txt
has been moved from the former location at:
http://arduino.cc/asciilogo.txt
to here:
http://arduino.tips/asciilogo.txt.
There is currently a redirect in place (meaning you will get a 301 HTTP response), but it is planned that even this redirect will be removed at some point.
Please update any sketches, tutorials, etc. you might have that use the old location of the file on arduino.cc.
I see some of the community members have done this already in their published code (thanks @Juraj and @khoih-prog!).
You can see an example of how that change looked when done for the "WiFiNINA" library's client.connectSSL()
reference page here:
https://github.com/arduino-libraries/WiFiNINA/pull/212/files
Please let me know if you have any questions or concerns.
Per