PHP Classes

Post files

Recommend this page to a friend!

      PHP HTTP protocol client  >  All threads  >  Post files  >  (Un) Subscribe thread alerts  
Subject:Post files
Summary:Post files through proxy
Messages:3
Author:felix lindström
Date:2008-06-27 04:01:41
Update:2008-06-29 01:00:32
 

  1. Post files   Reply   Report abuse  
Picture of felix lindström felix lindström - 2008-06-27 04:01:42
Hello,

first of all, thanks for a wonderful class!

I have some trouble tho. I'm trying to post files through a socks5 proxy. This works fine, but only about 10% of the time. The other 90 the data doesn't seem to get through, the http request does tho.

I'm having problem debugging this and was wondering how i should do this, or if you would know the solution to my problem.

I'm using the code from test_http_post.php and as i said, it works some of the times i try.

Best regards,
Felix

  2. Re: Post files   Reply   Report abuse  
Picture of felix lindström felix lindström - 2008-06-27 04:18:22 - In reply to message 1 from felix lindström
Just wanted to note that the fact that i'm sending the requests through the proxy doesn't seem to be the problem.

  3. Re: Post files   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-06-29 01:00:32 - In reply to message 1 from felix lindström
It is hard to tell what can be the problem without a reproducible example of a case of request that always fails.

If you find a case that always fails, maybe if you can paste the debug output I can figure what can be the problem.