hmdm-server
hmdm-server copied to clipboard
How to Allow CORS Origin for REST API?
Hello, How to Allow CORS Origin for REST API
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.