Hello @somish
Sorry, I dont have experience with IIS server; however, I found this
https://enable-cors.org/server_iis6.html
and
https://enable-cors.org/server_iis7.html
To CORS-enable Microsoft IIS6, perform the following steps:
- Open Internet Information Service (IIS) Manager
- Right click the site you want to enable CORS for and go to Properties
- Change to the HTTP Headers tab
- In the Custom HTTP headers section, click Add
- Enter Access-Control-Allow-Origin as the header name
- Enter * as the header value
- Click Ok twice
I hope this helps