Hello Sol.
Thanks for send.
I got a question, Why do you use the: HTTPSRV_CGI_REQ_STRUCT?
The reference of nxp is HTTPD_SESSION_STRUCT.
I try to send an value of my CGI, but the parameters received is null.
Please see above:
static _mqx_int cgi_toggle_led4(HTTPD_SESSION_STRUCT *session) {
char buffer[100];
uint_32 len = 0;
uint_32 index = 0;
boolean bParams = FALSE;
uint_32 size = 0;
uint_32 valid = 0;
char *buffer_url;
valid = session->valid;
size = session->request.content_len;
...
Thanks.