This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TM4C1294KCPDT: RTOS/TM4C1294KCPDT

Part Number: TM4C1294KCPDT

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?