|
Hi,
As you konw main.browser.js is just a javascript lib, load it from {https://84.22.96.184:9781} website is not necessary, just like jquery. Download it from npm and copy to your website, also there has some cdn provide the services CDN.
Beside, there is no main.browser.js in the {https://84.22.96.184:9781} website.
All of above, Make your website load the lib in diff way.
Yes, you have posted [we can receive this header: {access-control-allow-origin: 'https://84.22.96.184:9781'}.], The CORS cause the issue.
If you want send a http request from your website to {https://84.22.96.184:9781} and get response suceess , Config CORS on {https://84.22.96.184:9781} is necessary.
|
|