Tool/software: TI-RTOS
Hi everyone;
i'm runing web server in TM4c1294. My code is basead in ENET_IO example. In this example my communication between the server and html page is made with GET method, the informantion on the URL.
I need to communicate in the security form. Using POST method for example. is it possible work with POST method in enet_io example?