Php cURL - The request must be chunked or have a content length?

It is hard to know exactly what is being sent unless you see the actual data that is being passed Download the fiddler web proxy and compare the exact browser output with curl fiddler2.com/fiddler2 add this line of PHP code to pass curl thru fiddler curl_setopt($ch, CURLOPT_PROXY, '127.0.0.1:8888').

It is hard to know exactly what is being sent unless you see the actual data that is being passed. Download the fiddler web proxy and compare the exact browser output with curl. fiddler2.com/fiddler2/ add this line of PHP code to pass curl thru fiddler.

Curl_setopt($ch, CURLOPT_PROXY, '127.0.0.1:8888').

– PedroGabriel Oct 14 at 21:33 click on the request you are interested in and look on the right side under RAW or HEXVIEW. Make sure they match for both curl and the browser. – Len Oct 14 at 21:40 They match, but when the last request end auto start another request (not made by me) going to error page, maybe that's the point.

I'll try disable redirections to see the result. – PedroGabriel Oct 14 at 21:59.

Set the content-length header to the length of the data you are sending. See php.net/manual/en/function.curl-setopt.p... for an example.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions