Hi,
I have done some development with NT6 to provide webservice capabilities. In my testing, I found that when a client reposts the same request (or another) before the first request is completed, two error messages are displayed (see attached).
My assumption is that the first request needs to be finished before a next request from the same client can be processed - which is an acceptable assumption because normally the client will not send another request that quick. But when it does happen and the error messages are displayed, it stops the processing completely.
I then switch "Suppress Error Messages" on the WebServer on and the messages are not displayed. If this happens (as in the case of a denial-of-service attack), where can I pick up that repeated requests are sent from a single client?
Thys
[attachment deleted by admin]