Hi,
This is a continuation of the previous question I had posted. We were under lockdown so couldn't get to the hardware to flash the ROM before.
Anyway, I flashed the html pages now and found that there are no issues with GET/PUT request. The problem is only during the POST request. I accessed the index.html page and tried to add a new profile. The request does not get served i.e. profile is not getting added. When I tried with my custom HTTP POST request, it hits SimpleLinkNetAppEventHandler instead of SimpleLinkNetAppRequestEventHandler. SimpleLinkNetAppEventHandler got called with a very weird pNetAppEvent->Id 1054843 for both the custom HTTP POST request and the specific one for profile add.
Wireshark captures the POST request correctly. So there should be no problem with the request per se.
What could the issue be?
Thanks
SN