Remotely I am unable to pass the following browser call from any remote client site using either Netscape or IExplorer to a PHP code section. The server IP number is dymanically assigned at the moment.
However using Mozilla on the server itself, this works. So the PHP code itself seems OK but only when generated on a browser on the server and not remotely.
http://XX.XX.XX.XX/searchpat.php?last_name=doofus
Error says :
Bad Request: Error 400, your browser (or proxy) sent a request that this server could not understand.
Using as server vanilla RedHat linux 9.0 as provided (PHP4, Mysql 3). For now I am using dynamic IP assignment.
Am trying to search a older DB that I am porting over to a new machine.
Must be some initialization lapse on my part in php.ini or httpd.conf but I cannot seem to find what prevents this call from working remotely. Oh yes, the command works OK without any argument (omit ?last_name=doofus) but, or course, results in an expected PHP code error about a missing arguement.
Hope the question is appropriate for this group. I am a self taught newbie by the way.
Thanks
Frank