Hello,
I created a webserver on cc3200 with GET method, some text parameters and one submit button..
Everything work fine with GET method but there is a problem that the browser save the url with parameters and the parameters are present in url so everybody can see the value.
To avoid this I tried to use POST method in form and submit but in the receive buffer I have only "POST" message and nothing else....
How can I use a POST to my webserver and read a value of parameters?