diff options
Diffstat (limited to 'docs/examples/postinmemory.c')
-rw-r--r-- | docs/examples/postinmemory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/postinmemory.c b/docs/examples/postinmemory.c index 176f24af3..25a1e8eae 100644 --- a/docs/examples/postinmemory.c +++ b/docs/examples/postinmemory.c @@ -68,7 +68,7 @@ int main(void) curl = curl_easy_init(); if(curl) { - curl_easy_setopt(curl, CURLOPT_URL, "http://www.example.org/"); + curl_easy_setopt(curl, CURLOPT_URL, "https://www.example.org/"); /* send all data to this function */ curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, WriteMemoryCallback); |