Part Number: CC3220SF-LAUNCHXL
Dear All,
we are evaluating the C3220SF-LAUNCHXL board for an embedded project. It needs to expose a RESTful api.
We are trying to use the "networking subsystem of the SimpleLink Wi-Fi devices" following document SWRU455E and the "SimpleLink CC31xx/CC32xx Host Driver API" documentation.
The SimpleLink SDK version is 3.30.01.02.
We are able to configure and start the HTTP server, and to receive PUT and GET requests.
However, the OPTIONS method does not seem to be supported.
In addition to this, our server's replies must contain more headers than the ones listed in SWRU455E Table 8-23. "HTTP Metadata Types".
How could we support requests with the OPTIONS method? And how can we indicate additional headers to include in the server's responses?
Thank you in advance.