SCRIPT7002: XMLHttpRequest: Network Error 0x80070005, Access is denied.
Environment:
IIS-7
PHP
In our one of client site we are facing above issue. To encounter above issue we modify our web config file as mentioned below.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Origin" value="*" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>
Please login to post your valuable comments.
Get the latest vLemonn news first