cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: @ sign in request

From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
Date: Mon, 18 Dec 2006 22:33:45 -0600

> the request appears to cut off the URL at the @ sign

Try url-encoding the string, e.g. "foo_at_bar" => "foo%40bar"

See also: curl_easy_escape(3)

 - Jeff
Received on 2006-12-19