I am designing a webserver in K60DN512, ther MQX is be used in this product.
I create a form in client and set the method="get", the program can run into the CGI callback function, but the content_length is zero in HTTPSRV_CGI_REQ_STRUCT, however i change the mothod to "post", the program can get the right value of content_length. I don't know why? Can you help me?