Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPServer.OnCommandOther
Represents the event handler for unknown HTTP commands.

property OnCommandOther: TIdHTTPOtherEvent;
Description
OnCommandOther is the TIdHTTPOtherEvent event handler used to respond to unknown HTTP commands.

The application must assign a procedure to the OnCommandOther event handler to allow the server to respond to the unknown HTTP command.

Use OnCommandOther to generate custom Response or Error messages, or perform processing specific to the HTTP server implementation when an error occurs.