[Gambas-user] gb.web Request.Post

Admin admin at allunix.ru
Tue Sep 7 17:41:39 CEST 2021


Guys, need help!

Kinda lame question but... how do I actually see what's in a request to 
my CGI script sent using POST method?
I mean, I can see that Request.ContentType is application/json, I can 
see that Request.Lenght is 700-something bytes long, but... how do I 
actually see any content?
Request.[Post].Fields.Count is always zero, and Request.Post.Contents is 
empty even if Request.Debug was set to True.
So, I'm a little stuck. I thought maybe I should read a Request like a 
stream, but it's not a stream in any way.

Regards,
Dmitry.



More information about the User mailing list