Is it possible to enable CORS on port 9090 in REST-API?

Hi, is it possible to enable CORS on port 9090, so that I can use this restapi-plugin with a web frontend framework like react, angular, etc…

CORS is enabled per default since version 1.3.10

1 Like

I was using version 1.3.9, I upgraded to 1.4.0 and it works as I wanted.

1 Like