Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface HTTPClient mbed-rtos mbed
Fork of HTTPClient_HelloWorld by
Diff: main.cpp
- Revision:
- 3:a8803b172f6d
- Parent:
- 2:270e2d0bb85a
diff -r 270e2d0bb85a -r a8803b172f6d main.cpp
--- a/main.cpp Thu Aug 30 15:42:06 2012 +0000
+++ b/main.cpp Mon Oct 19 14:47:43 2015 +0000
@@ -14,7 +14,7 @@
//GET data
printf("\nTrying to fetch page...\n");
- int ret = http.get("http://mbed.org/media/uploads/donatien/hello.txt", str, 128);
+ int ret = http.get("http://developer.mbed.org/media/uploads/donatien/hello.txt", str, 128);
if (!ret)
{
printf("Page fetched successfully - read %d characters\n", strlen(str));
