Monday, 06 January 2025
  4 Replies
  44 Visits
  Subscribe
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