How to enable CORS for the QLM License Server
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Headers" value="accept, content-type" />
<add name="Access-Control-Allow-Origin" value="*" />
<add name="Access-Control-Allow-Methods" value="POST, GET, OPTIONS" />
</customHeaders>
</httpProtocol>
PreviousLicense Server Security HardeningNextHow to configure the QLM License Server to handle large requests
Last updated