hmdm-server icon indicating copy to clipboard operation
hmdm-server copied to clipboard

How to Allow CORS Origin for REST API?

Open alsemany opened this issue 3 years ago • 1 comments

Hello, How to Allow CORS Origin for REST API

alsemany avatar Feb 08 '22 12:02 alsemany

CORS should be allowed in REST API. All REST API responses have the header:

Access-Control-Allow-Origin: *

You can check that by using Chrome Developer Tools.

h-mdm avatar Feb 08 '22 12:02 h-mdm