HTTP Post requests
am 04.11.2009 19:11:12 von breako
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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: HTTP Post requests
am 04.11.2009 20:32:55 von Jorge Medina
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@fineos.com]=20
Sent: Wednesday, November 04, 2009 1:11 PM
To: users@httpd.apache.org
Subject: [users@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 req=
uests.
I check the mod_jk logs and I can see it trying to forward the POST message=
s header to tomcat, but not the message body.
any ideas welcomed.
--
View this message in context: http://old.nabble.com/HTTP-Post-requests-tp26=
201699p26201699.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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: HTTP Post requests
am 04.11.2009 22:22:22 von breaks
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@fineos.com]
> Sent: Wednesday, November 04, 2009 1:11 PM
> To: users@httpd.apache.org
> Subject: [users@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 for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: HTTP Post requests
am 04.11.2009 23:23:02 von Jorge Medina
Because the purpose of the log is to have a nicely formatted file (timestam=
p, 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 lo=
g the POST body, but I doubt it)
=20
-----Original Message-----
From: breaks [mailto:astaveley@yahoo.com]=20
Sent: Wednesday, November 04, 2009 4:22 PM
To: users@httpd.apache.org
Subject: RE: [users@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:
>=20
> Yes, mod_jk will also forward POST requests. You won't see the body on=20
> the mod_jk logs.
>=20
> -----Original Message-----
> From: breako [mailto:alex.staveley@fineos.com]
> Sent: Wednesday, November 04, 2009 1:11 PM
> To: users@httpd.apache.org
> Subject: [users@httpd] HTTP Post requests
>=20
>=20
> Hi,
> Can anybody tell if Apache 2.x allows HTTP POST requests by default?
>=20
> I am using Apache and the Mod_JK plugin to forward requests to a=20
> configured tomcat server. It fowards GETS requests okay but does=20
> forwrad the POST requests.
>=20
> I check the mod_jk logs and I can see it trying to forward the POST=20
> messages header to tomcat, but not the message body.
>=20
> 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=20
> Nabble.com.
>=20
>=20
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>=20
>=20
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>=20
>=20
>=20
--
View this message in context: http://old.nabble.com/HTTP-Post-requests-tp26=
201699p26204853.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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org