<?xml version="1.0" encoding="utf-8" ?>
<access-policy>
  <cross-domain-access>
    <policy>
      <allow-from http-request-headers="*">
        <domain uri="*" />
      </allow-from>
      <grant-to>
     <resource path="/" include-subpaths="true"/>
        <socket-resource port="4502-4534" protocol="tcp" />
      </grant-to>
    </policy>
  </cross-domain-access>
</access-policy>

 

相关文章:

  • 2021-09-14
  • 2021-10-03
  • 2022-01-27
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-26
  • 2021-04-11
  • 2021-10-15
  • 2022-12-23
  • 2021-04-28
相关资源
相似解决方案