rpCgi POST parameters

Hi All,

Using netos v7.1 I want to get the post parameters from the rpCgi structure. In rpCgi.h, there’s a release note about an added fPostBuffer in rpCgi structure. However, there’s only the note, not the actual parameter.

How can I get the post buffer value?

Kind regards,

Victor Oomens

AWS has an API entitled RpGetFormBufferPtr. It is described in the Advanced Web Server Toolkit (reference guide.). It will return to you the raw parameters as passed from the browser to the web server as key/value pairs. I believe this will give you the functionality you are looking for.