|
-
August 7th, 2006, 02:54 PM
#5
Since nobody mentioned this one 'options' is just a way of asking the web server what HTTP Options (Get, post, put, delete, propfind, search, trace, etc) are allowed to that location...some will return more than one (iirc, iis with frontpage extensions will return public and private options), but most of the time you'll see it in the form of 'allow' (iirc). Some servers allow it and others don't, tried to show you the options for antionline, but it looks like it just displays the frontpage rather than trying to actually supply the allowed options (which isn't uncommon)...
EDIT: In response to Dice's post, there are other options that should raise your eyebrow other than PUT, especially if you allow them...my recommendation would be to use Apache to limit them to whatever is needed (probably only GET, maybe POST?)...
Use LimitExcept to do this... (be careful, you can toast your website quickly if you do this wrong )...
http://httpd.apache.org/docs/2.2/mod...ml#limitexcept
There is only one constant, one universal, it is the only real truth: causality. Action. Reaction. Cause and effect...There is no escape from it, we are forever slaves to it. Our only hope, our only peace is to understand it, to understand the 'why'. 'Why' is what separates us from them, you from me. 'Why' is the only real social power, without it you are powerless.
(Merovingian - Matrix Reloaded)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|