cgi question (wodWebServer / wodWebServer.NET)
Could I call a cgi program by POST method?
The only example I could find in the sample file is:
User.Response.CGIExecute App.Path & MyCGI.bat
But how could I pass arguments to target program?
Thanks for your help!