| Author |
Configuring Tomcat
|
Jim Andrews
Greenhorn
Joined: Aug 23, 2011
Posts: 2
|
|
Hello.
Is there a way to configure Tomcat in a way that it doesn't accept POST and GET requests from other domains? (it will only accept from my domain).
If so, how can I do it?
Thanks in advance!
|
 |
Guy deLyonesse
Ranch Hand
Joined: Apr 12, 2011
Posts: 189
|
|
|
As far as I know, there is no way, since the handling of the request is all done by the servlet. You could certainly override the servlet handling the request to get that functionality...
|
 |
 |
|
|
subject: Configuring Tomcat
|
|
|