Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-01 | HTTP tests: use CRLF as header seperator according to RFC 2616 | Marc Hoersken | |
2009-01-07 | Always use nocheck="yes" for consistency | Dan Fandrich | |
2008-07-31 | Added keywords | Dan Fandrich | |
2008-05-01 | use variables to support other IPs and port numbers | Daniel Stenberg | |
2008-05-01 | Added precheck for hard-coded test server address and port | Dan Fandrich | |
2008-04-30 | - To make it easier for applications that want lots of magic stuff done on | Daniel Stenberg | |
redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now introduce the new CURLINFO_REDIRECT_URL option that lets applications extract the URL libcurl would've redirected to if it had been told to. This then enables the application to continue to that URL as it thinks is suitable, without having to re-implement the magic of creating the new URL from the Location: header etc. Test 1029 verifies it. |