問題タブ [google-app-engine-go]
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.
http - App Engine フレキシブル環境で HTTP Get リクエストを送信中に Nginx エラーが発生しました
アプリで HTTP GET リクエストを送信しています
http.Get(URL)次のコードのようにリクエストを送信すると、HTTP ステータス コードとして 200 が返されます。
しかし、次のコードのように使用するhttp.NewRequest()と、エラーが発生しますhttp.Client502 Bad Gateway nginx
Stackdriver のログをnginx.error確認したところ、次のエラーが表示されました
App Engine は初めてで、Nginx についての知識も限られています。