Re: Strange problem with HTTP_RAW_POST_DATA
V <[email protected]> Fri, 14 Jul 2023 09:58:48 -0700 (PDT)
| Newsgroups | comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
anglezzzzzzz.likesyou.org/a.php⠀⠀⠀⠀⠀⠀⠀ ⠀⠀ christyansworld.atwebpages.com/a.php⠀⠀⠀⠀⠀⠀⠀ youthmeetupplace.talk4fun.net/a.php⠀⠀⠀⠀⠀⠀⠀⠀ kohtumispaik3.66ghz.com/a.php⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ Heia...........Heida pilk peale nendele............ Postita ka midagi sinna. Siis pärast hea mul lugeda, et mu lehtedel on mõni külastaja ka ! On Friday, July 25, 2003 at 9:31:30 PM UTC+3, Morten Isaksen wrote: > Hi! > I am using PHP 4.3.2 and Apache 1.3.27 on a Redhat 8.0. Check > http://www.aub.dk/~misak/phpinfo.php if you need more info. > I have at strange problem with the ?_GLOBALS["HTTP_RAW_POST_DATA"] value. I > am actually not sure it is a PHP problem, but I think it is. > I have written a VB client which send some xml data to a php script with the > POST command. The VB script sends the same data each time, which I have > checked with a packet sniffer (ethereal). The problem is that > HTTP_RAW_POST_DATA sometimes is empty and sometimes it contains the correct > xml data. And this happens with the same from the client. > When HTTP_RAW_POST_DATA gets empty it sometimes hels to wait a while, and > then it works again.It always helps to restart apache. > You can check a the output from the packet sniffer. This request resulted in > an empty HTTP_RAW_POST_DATA http://www.aub.dk/~misak/phpxml/xmlerr.txt and > this request http://www.aub.dk/~misak/phpxml/xmlok.txt worked fine. > I have also checked with a print $GLOBALS["HTTP_RAW_POST_DATA"]; ind the > beginning of the file, but the result is the same. It is empty. > I will be grateful for any help. > /Morten