How2 Disable Browser Access to specific port

2009-11-16 Thread joeweder
We have an application where the user comes in through 8443 via https. But the same app also communicates headlessly with other apps through a separate data port (also https). When client authentication is turned on for 8443 the user/browser can get through the data port without being challenged

Re: How2 Disable PUT response in OPTIONS method

2009-04-02 Thread joeweder
/lib and rock-n-roll. markt-2 wrote: > > joeweder wrote: >> I have PUTs disabled but they are still being published as supported in >> response to the OPTIONS method. > > Which is correct as per the HTTP spec. > >> Allow: GET, HEAD, POST, PUT

How2 Disable PUT response in OPTIONS method

2009-03-30 Thread joeweder
I have PUTs disabled but they are still being published as supported in response to the OPTIONS method. Allow: GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS Server: Apache-Coyote/1.1 Actually doing a PUT returns a 403. But "in-house" security scanner just looks at response from the OPTIONS metho