我创建了一个Web服务,该服务将被组织中的多台PC访问。以下是我们组织中的LAN池:
10.26。 *。 *
10.18。 *。 *
在创建Web服务属性文档时,我输入如下内容:
project.whitelisted.ip.addr=127.0.0.1,10.0.0.204,10.*.*.*,10.26.1.44, 10, 10.
但是当我尝试从IP地址为10.26.1.40的PC访问Web服务时,出现错误IP making request is not whitelisted for consuming this service
我可以使用正则表达式添加IP地址吗?