dont use twitter URL for SSL client example

This commit is contained in:
foamyguy 2025-08-06 10:20:00 -05:00
parent 6c30285ffc
commit 8b45e4e93d

View file

@ -24,8 +24,8 @@ int status = WL_IDLE_STATUS;
// use the numeric IP instead of the name for the server:
//IPAddress server(74,125,232,128); // numeric IP for Google (no DNS)
#define SERVER "cdn.syndication.twimg.com"
#define PATH "/widgets/followbutton/info.json?screen_names=adafruit"
#define SERVER "httpbin.org"
#define PATH "/get"
// Initialize the SSL client library
// with the IP address and port of the server