HOME |
FORUM
|
CONTACT US
|
#1
| |||
| |||
| Netscape Enterprise Guys, Has anyone got any experience with Netscape Enterprise Web Server? I trying to alter the HTTP Headers it returns to users... specifically the "Allow" header. By default, if some requests a resource using the OPTIONS method (rather than GET) then the server responds with all the methods it will allow. I want to restrict this so that it only responds with GET/POST. Anyone done this? I know how to do it with IIS and Apache but cannot figure out how to do it with Netscape. For example: telnet www.sun.com 80 OPTIONS * HTTP/1.1 Host: www.sun.com <enter><enter> HTTP/1.1 200 OK Date: Thu, 12 Dec 2002 12:25:09 GMT Server: Netscape-Enterprise/6.0 Connection: Keep-Alive Content-Type: text/html Allow: HEAD, GET, PUT, POST, DELETE, TRACE, OPTIONS, MOVE, INDEX, MKDIR, RMDIR I want to edit the config so that the only allowed methods are: HEAD, GET, POST, TRACE Anyone here help me? --- fug
__________________ ![]() Fug's pearl necklace of wisdom: - "A cult is a religion with no political power" - "Age is a high price to pay for maturity" - "Always remember you're unique. Just like everyone else" - "A gross ignoramus: 144 times worse than an ordinary ignoramus" - "Depression is merely anger without enthusiasm" - "All it takes to fly is to hurl yourself at the ground... and miss" |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |