On Fri, April 15, 2005 5:14 am, kyriacos sakkas said:
> Hi all,
>       I have a problem getting the data from a post request. I have tried
> $_POST and $HTTP_RAW_POST_DATA and they appear to be completely empty.
> the always_populate_raw_post_data  directive is set to on.
>
> Below is the incoming data as captured by ethereal:
>
> POST /cyprus/reply.php HTTP/1.1
> Host: 212.31.98.213
> Connection: keep-alive, TE
> X-External-Id: ef58e0602c7db247419ca535eb66e4d4
> X-Recipient: 99527583:0:0
> X-Sender: 4000
> X-Status: done
> TE: trailers
> ============================================
>
> Any ideas ? I am at a loss here....

Maybe you screwed up a mod_rewrite, and the POST you see in ethereal gets
rewritten to something entirely different by the time PHP is invoked...

That's all I got.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to