people maybe i am wrong but....
in client app i call SendCmd('test',1)
in my client and server applications i use TIdHTTP and TIDHTTPServer components
i know that OnCommandGet event is fired for post,get,head... commands
but in my variant OnCommandOther is execute on the server, because TIdHTTPServer dont know about command "test" anything
and now when TIdHTTPServer executes event OnCommandOther he told to me that he dont know command "tes"
why command tes ?????
i send to the server command = "test", but server receive command "tes"
whats wrong, this is a bug ??????