我在组织内的生产服务器上安装了WSO2 AM (1.10.0)
,并且允许通过删除防火墙公开访问此服务器。但是,它仅在组织的内部网中可用,例如浏览到网址https://puaki.mpi.govt.nz/api/mrldatabase/v1/countries并将获得以下数据,
[
{
"countryCode":"AUS",
"countryName":"Australia"
},
{
"countryCode":"CAN",
"countryName":"Canada"
},
{
"countryCode":"CHN",
"countryName":"China"
},
{
"countryCode":"CDX",
"countryName":"Codex"
},
{
"countryCode":"EEC",
"countryName":"European Union"
},
{
"countryCode":"HKG",
"countryName":"Hong Kong"
},
{
"countryCode":"IND",
"countryName":"India"
},
{
"countryCode":"IDN",
"countryName":"Indonesia"
},
{
"countryCode":"ISR",
"countryName":"Israel"
},
{
"countryCode":"JPN",
"countryName":"Japan"
},
{
"countryCode":"KOR",
"countryName":"Korea"
},
{
"countryCode":"MAL",
"countryName":"Malaysia"
},
{
"countryCode":"NCL",
"countryName":"New Caledonia"
},
{
"countryCode":"NZL",
"countryName":"New Zealand"
},
{
"countryCode":"RUS",
"countryName":"Russian Federation"
},
{
"countryCode":"SGP",
"countryName":"Singapore"
},
{
"countryCode":"SAF",
"countryName":"South Africa"
},
{
"countryCode":"CHE",
"countryName":"Switzerland"
},
{
"countryCode":"TWN",
"countryName":"Taiwan"
},
{
"countryCode":"THA",
"countryName":"Thailand"
},
{
"countryCode":"USA",
"countryName":"United States"
},
{
"countryCode":"VNM",
"countryName":"Vietnam"
}
]
当试图从外联网中做同样的事情时,我得到了以下错误
ERR_CONNECTION_RESET
我想知道API Manager
上是否有过滤器来阻止外部连接(因为流量到达服务器但被拒绝)?
答案 0 :(得分:0)
我想知道API Manager上是否有过滤器可以防止 外部连接(因为流量到达服务器但是正在进行 拒绝)?
API Manager中没有任何此类过滤器。您应该检查防火墙策略和端口。