Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

HTTP Post requests

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


alex.staveley at fineos

Nov 4, 2009, 10:11 AM

Post #1 of 4 (169 views)
Permalink
HTTP Post requests

Hi,
Can anybody tell if Apache 2.x allows HTTP POST requests by default?

I am using Apache and the Mod_JK plugin to forward requests to a configured
tomcat server. It fowards GETS requests okay but does forwrad the POST
requests.

I check the mod_jk logs and I can see it trying to forward the POST messages
header to tomcat, but not the message body.

any ideas welcomed.
--
View this message in context: http://old.nabble.com/HTTP-Post-requests-tp26201699p26201699.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


jmedina at e-dialog

Nov 4, 2009, 11:32 AM

Post #2 of 4 (154 views)
Permalink
RE: HTTP Post requests [In reply to]

Yes, mod_jk will also forward POST requests. You won't see the body on the mod_jk logs.

-----Original Message-----
From: breako [mailto:alex.staveley[at]fineos.com]
Sent: Wednesday, November 04, 2009 1:11 PM
To: users[at]httpd.apache.org
Subject: [users[at]httpd] HTTP Post requests


Hi,
Can anybody tell if Apache 2.x allows HTTP POST requests by default?

I am using Apache and the Mod_JK plugin to forward requests to a configured tomcat server. It fowards GETS requests okay but does forwrad the POST requests.

I check the mod_jk logs and I can see it trying to forward the POST messages header to tomcat, but not the message body.

any ideas welcomed.
--
View this message in context: http://old.nabble.com/HTTP-Post-requests-tp26201699p26201699.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


astaveley at yahoo

Nov 4, 2009, 1:22 PM

Post #3 of 4 (151 views)
Permalink
RE: HTTP Post requests [In reply to]

Thanks Jordiang.
That's very interesting.
I wonder why I won't see the body in the mod_jk logs?
Any ideas...


jordiang wrote:
>
> Yes, mod_jk will also forward POST requests. You won't see the body on the
> mod_jk logs.
>
> -----Original Message-----
> From: breako [mailto:alex.staveley[at]fineos.com]
> Sent: Wednesday, November 04, 2009 1:11 PM
> To: users[at]httpd.apache.org
> Subject: [users[at]httpd] HTTP Post requests
>
>
> Hi,
> Can anybody tell if Apache 2.x allows HTTP POST requests by default?
>
> I am using Apache and the Mod_JK plugin to forward requests to a
> configured tomcat server. It fowards GETS requests okay but does forwrad
> the POST requests.
>
> I check the mod_jk logs and I can see it trying to forward the POST
> messages header to tomcat, but not the message body.
>
> any ideas welcomed.
> --
> View this message in context:
> http://old.nabble.com/HTTP-Post-requests-tp26201699p26201699.html
> Sent from the Apache HTTP Server - Users mailing list archive at
> Nabble.com.
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>
>
>

--
View this message in context: http://old.nabble.com/HTTP-Post-requests-tp26201699p26204853.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


jmedina at e-dialog

Nov 4, 2009, 2:23 PM

Post #4 of 4 (149 views)
Permalink
RE: HTTP Post requests [In reply to]

Because the purpose of the log is to have a nicely formatted file (timestamp, url, http method, etc).
The POST body could be anything. It may not even be text. Therefore the mod_jk is not going to log it.
(You may ask to the mod_jk developers if there is any option to actually log the POST body, but I doubt it)


-----Original Message-----
From: breaks [mailto:astaveley[at]yahoo.com]
Sent: Wednesday, November 04, 2009 4:22 PM
To: users[at]httpd.apache.org
Subject: RE: [users[at]httpd] HTTP Post requests


Thanks Jordiang.
That's very interesting.
I wonder why I won't see the body in the mod_jk logs?
Any ideas...


jordiang wrote:
>
> Yes, mod_jk will also forward POST requests. You won't see the body on
> the mod_jk logs.
>
> -----Original Message-----
> From: breako [mailto:alex.staveley[at]fineos.com]
> Sent: Wednesday, November 04, 2009 1:11 PM
> To: users[at]httpd.apache.org
> Subject: [users[at]httpd] HTTP Post requests
>
>
> Hi,
> Can anybody tell if Apache 2.x allows HTTP POST requests by default?
>
> I am using Apache and the Mod_JK plugin to forward requests to a
> configured tomcat server. It fowards GETS requests okay but does
> forwrad the POST requests.
>
> I check the mod_jk logs and I can see it trying to forward the POST
> messages header to tomcat, but not the message body.
>
> any ideas welcomed.
> --
> View this message in context:
> http://old.nabble.com/HTTP-Post-requests-tp26201699p26201699.html
> Sent from the Apache HTTP Server - Users mailing list archive at
> Nabble.com.
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>
>
>

--
View this message in context: http://old.nabble.com/HTTP-Post-requests-tp26201699p26204853.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.