Justin Martin wrote:
>> headers generated by an HTTP request. The primary parameter to this,
>> "string $url", is provided unencoded. Due to this, any request with
>> special characters (i.e. a space), will return 400 BAD REQUEST. My

Garbage in, garbage out. It is up to you to provide it with a valid URL
(spaces are not allowed in a URL).
Use e.g. http_build_query() for the URL parameters.

Regards,
- Chris

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to