What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [Solved] CURLOPT_FOLLOWLOCATION not working correctly on Dreamhost?

[Solved] CURLOPT_FOLLOWLOCATION not working correctly on Dreamhost?
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: CURLOPT_FOLLOWLOCATION not working correctly on Dreamhost?
I'm pretty sure that's actually a bug that was fixed in cURL 7.14.0. :p

You might be able to work around it by telling the remote server not to send you a chunked response, but the only way I can think of to do that is to downgrade to HTTP 1.0.

PHP code:
curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);

11-09-2009 03:13 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Solved] CURLOPT_FOLLOWLOCATION not working correctly on Dreamhost? - by Mike on 11-08-2009 at 07:01 AM
RE: CURLOPT_FOLLOWLOCATION not working correctly on Dreamhost? - by Vilkku on 11-08-2009 at 09:59 AM
RE: CURLOPT_FOLLOWLOCATION not working correctly on Dreamhost? - by Mike on 11-08-2009 at 01:33 PM
RE: CURLOPT_FOLLOWLOCATION not working correctly on Dreamhost? - by WDZ on 11-08-2009 at 10:40 PM
RE: CURLOPT_FOLLOWLOCATION not working correctly on Dreamhost? - by Mike on 11-09-2009 at 12:40 AM
RE: CURLOPT_FOLLOWLOCATION not working correctly on Dreamhost? - by WDZ on 11-09-2009 at 03:13 AM
RE: CURLOPT_FOLLOWLOCATION not working correctly on Dreamhost? - by Mike on 11-09-2009 at 05:53 AM
RE: [Solved] CURLOPT_FOLLOWLOCATION not working correctly on Dreamhost? - by WDZ on 11-09-2009 at 06:22 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On