Search found 5 matches

by Joe826
Thu Aug 17, 2006 2:46 pm
Forum: PHP - Code
Topic: CURL / HTTPS Problem - I'm desperate at this point!
Replies: 6
Views: 1725

One more bump, in case anyone out there has an answer! I've tried going to the stats request page: http://login.xxxxxx.com/partners/monthly_affiliate_stats.html, and I get the same error. I'm not sure what is about that page. Could anyone recommend any other methods of acheiving this? I had heard th...
by Joe826
Thu Aug 17, 2006 2:00 am
Forum: PHP - Code
Topic: CURL / HTTPS Problem - I'm desperate at this point!
Replies: 6
Views: 1725

Ok, looks like when it's done from the command line it spits out these headers: HTTP/1.1 301 Moved Permanently Date: Thu, 17 Aug 2006 06:43:33 GMT Server: Location: http://login.xxxxxx.com/partners/monthly_affiliate_stats.html?pro...ownload Content-Type: text/html; charset=iso-8859-1 I have it set t...
by Joe826
Wed Aug 16, 2006 11:13 pm
Forum: PHP - Code
Topic: CURL / HTTPS Problem - I'm desperate at this point!
Replies: 6
Views: 1725

Yeah i'm sure it's just that page. I'm wondering if it has something to do with the fact that the stats are coming from DirectTrack, which is an offsite tracking entity, instead of coming directly from the host i'm connecting to. I know the stats are coming from off-site, but I can't really tell whe...
by Joe826
Wed Aug 16, 2006 9:34 pm
Forum: PHP - Code
Topic: CURL / HTTPS Problem - I'm desperate at this point!
Replies: 6
Views: 1725

Hey Buddha, thanks for the reply.

I tried adding in the appropriate number of curl_close's, but it didn't help.

curl_error gives me the following: "Connect failed; Operation now in progress", and that's after waiting about 5 minutes for the page to load.

Any other ideas?

Joe
by Joe826
Wed Aug 16, 2006 5:27 pm
Forum: PHP - Code
Topic: CURL / HTTPS Problem - I'm desperate at this point!
Replies: 6
Views: 1725

CURL / HTTPS Problem - I'm desperate at this point!

I've been having a very frustrating problem with one of my CURL scripts lately. It's supposed to login to one of my affiliate programs and download the stats for me. The script was working fine until DirectTrack made some changes and went to HTTPS, now it's only partially working. Basically, I can g...