Resolved! STM32H745 freertos lwip simple web server POST Method issue
Hello All,I have implemented a simple Web server using https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32756G_EVAL/Applications/LwIP/LwIP_HTTP_Server_Socket_RTOS example. The Get method works fine but as soon as I use the PO...