1.配置DotNet文件下的proxy文件
<?xml version="1.0" encoding="utf-8" ?>
<ProxyConfig allowedReferers="*"
mustMatch="true" xmlns="proxy.xsd">
<serverUrls>
<serverUrl url="http://ip:port/arcgis/rest/services"
matchAll="true"/>
</serverUrls>
</ProxyConfig><!-- See https://github.com/Esri/resource-proxy for more information -->
2.在开发前端页面配置:
"esri/core/urlUtils"
urlUtils文章来源:https://www.toymoban.com/news/detail-804305.html
urlUtils.addProxyRule({
urlPrefix: "http://ip:port",
proxyUrl: "http://localhost/DotNet/proxy.ashx"
})文章来源地址https://www.toymoban.com/news/detail-804305.html
到了这里,关于arcgis js 4.x加载地图服务跨域配置(.Net方式)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!