1
私はWSO2 AM (1.10.0)
を組織内の実動サーバーにインストールしています。このサーバーはファイアウォールを削除することで一般公開されています。しかし、それは WSO2 AM 1.10.0は一般公開されていません
[
{
"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"
}
]
は、エクストラネットからexacly同じことをしようとすると、URL
https://puaki.mpi.govt.nz/api/mrldatabase/v1/countriesにブラウジングのような組織のイントラネットでのみ使用可能であり、次のデータを取得します、私は次のエラーを得た
ERR_CONNECTION_RESET
API Manager
にトラフィックがサーバーに届いているのに拒否されているため、エクステナル接続を防止するためのフィルターがあるのだろうかと思っていましたか?
お返事ありがとうございます。システムエンジニアに連絡してサーバー設定を確認します。 –