By Groetzner Unternehmensberatung on Monday, 06 January 2025
Posted in Support
Likes 0
Views 45
Votes 0
Hi Sergio,
I'm trying to validate POST-Parameters send by a http-request to the TsgcWebSocketHTTPServer.
But when I receive the WssServer_OnCommandGet-Event, the RequestInfo.Params is empty and the TsgcWSConnection Connection.HeadersRequest are only visible in Debugger, but trying to access them is not possible because they are not public. Also casting (TsgcWSConnectionServer)Connection does not publish HeadersRequest.

Any way to validate POST-Parameters?
I'm working with .NET 4.5-Version of esegeco.scgWebSockets.

Best regards
Jan
View Full Post