Web Input and Web Input Response adapters provide a simple and handy way to pull up a REST API in just a few minutes. However if you want to use it from any browser, the POST requests to the API will fail because browsers implement the same origin policy. To make CORS work, the API would have to specify the allowed origins in the preflight request.