Re: Using POST to send bitmap image with Java



Dave Miller wrote:
You're right, we are saying the same thing - they won't reject a POST but without a handler they won't do anything with it either. In the case of Apache, it seems to get treated as a GET. (Just for sport I just tried to POST to an html page and got the page itself returned.)

So Apache *does* implement POST. It's the non-existent script that is failing, not Apache Web Server. Adding that script is no change to Apache.

Leaving open the question - are there any real-world web servers that do not implement POST?

--
Lew
.



Relevant Pages

  • Re: Using POST to send bitmap image with Java
    ... In the case of Apache, it seems to get treated as a GET. ... In the case of all other methods, the server passes the request onto the designated handler, treats the request as a GET or returns a not found error. ... a successful GET request can be made using only the web server. ...
    (comp.lang.java.programmer)
  • Re: Using POST to send bitmap image with Java
    ... In the case of Apache, it seems to get treated as a GET. ... In the case of all other methods, the server passes the request onto the designated handler, treats the request as a GET or returns a not found error. ... a successful GET request can be made using only the web server. ...
    (comp.lang.java.programmer)
  • RE: New Web Server
    ... Subject: New Web Server ... I have read all of your responses up to this point, ... Then pick the apache module... ... loaded from the ports. ...
    (freebsd-questions)
  • Re: any try this forth webserver? the code looks incomprehensible to me http://www.jwdt.com/~paysan/
    ... statements; what are the control variables in a loop; what arguments ... web server works, then none of this is going to make any sense to ... web servers like Apache, your mind seemed to latch onto the notion ... He only cares about text/html, ...
    (comp.lang.forth)
  • Re: PHP + IIS + Visual Studio.NET 2005 and Apache
    ... The apache version that comes with VS.Php however will shut itself down ... Apache or IIS. ... to use the DBG module installed inside PHP inside the version of Apache ... bundled with VS.php in case you do not have any other web server installed. ...
    (alt.php)