A method alias indicates those HTTP methods that are considered the same for permission purposes. The default methods are GET and PUT. Several aliases for these methods are also defined:
The methods POST, HEAD, and GET are considered equivalent. A user with GET permission also has permission to submit information on a form and get header information.
The BROWSE, MKDIR, DELETE, and PUT methods are also considered equivalent. For example, a user with PUT permission on a directory also has permission to view a directory, create a directory, or delete a directory. AOLpress sends requests for permission checks to AOLserver in the following situations:
when a list of URLs is needed. AOLpress also uses BROWSE to build the file chooser dialog box for an AOLserver | |
You can add new methods, add new method aliases, or delete existing method aliases. Note that if you delete one of the pre-existing aliases listed above, permission to perform the operation associated with the method alias will be denied to everyone.
If you want to define a new method, you need to decide if you want it to be considered equivalent to one of the default methods (GET or PUT) for purposes of permissions. For example, in a Tcl script, you could register an URL to a method called CHECK. If you want everyone with GET access to also have CHECK access, you would define a method alias equating CHECK with GET.
If you want to give CHECK access to users completely independent of GET or PUT access, you would define the CHECK method and not equate it with any other method. You must then manually enter permission records granting users CHECK access, because no one will have CHECK access by default.
http://
followed by the name of the host where the server is running. A page containing links to several server functions appears. If you are using another browser, go to the /NS/Admin page on your server.
Choose the Tools Administer Server menu item and follow the Access Control link. To delete a method alias, follow the Delete a method link on the Access Control page. By default, only the nsadmin
user or others users in the system
group may delete a method alias.
http://
followed by the name of the host where the server is running. A page containing links to several server functions appears. If you are using another browser, go to the /NS/Admin page on your server.
There are two ways to show method aliases from the Access Control page. (You can get to the Access Control page by choosing the Tools Administer Server menu item and following the Access Control link.)
Once you have selected the method alias you want in one of the above ways, an Update Method page appears containing the method alias. You can change the method alias and click Update, or you can delete the method alias by clicking Delete.