Other Parts Discussed in Thread: CC3100
I am migrating a CC3100 design that uses user tokens for GET and POST to a CC3120 design using an MSP432. The token GETs are working on the CC3120 through an HttpServer event like the CC3100. A keep-alive with a POST is creating a NetAppRequest event for the POST that I expected to come through as an HttpServer event. Do I now have to have the MSP432 handle this HTTP request?