If we run a POST request (e.g. to an node in the Spitfire SSP) with Chrome, it somehow does not work. Probably the HTTP response must set some additional CORS headers. This should be done with an additional flag on the Response, such as setAccessControlAllow(true):
If we run a
POST
request (e.g. to an node in the Spitfire SSP) with Chrome, it somehow does not work. Probably the HTTP response must set some additional CORS headers. This should be done with an additional flag on the Response, such assetAccessControlAllow(true)
:The
*
is a security risk, but it should work as a first workaround.See: