問題タブ [google-cloud-api-gateway]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
87 参照

google-cloud-platform - API Gateway が backendRequest のホスト名を「dev.equipment.example.com:443」ではなく「backend-cluster-dev.equipment.example.com:443」に変更する

API Gateway がホスト名の先頭に「backend-cluster」プレフィックスを追加する理由を理解できません。リクエストのゲートウェイのログは次のようになります。

ゲートウェイの構成は次のように単純です。

アイデアにより、リダイレクトは https://dev.equipment.example.com/api/v1/XXXXXXXX/organizations/XXXXXXXXXX/export?period=0 に移動する必要がありますが、代わりにhttps://backend-cluster-dev.equipmentに移動します.example.com/api/v1/XXXXXXXX/organizations/XXXXXXXXXXX/export?period=0もちろん失敗します。

なぜそれが起こるのか、何か考えはありますか?

前もって感謝します!