-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
13 サーバ天気予報 150pt #6
Comments
プロキシサーバのnginx.conf
|
apiサーバーのserver.js
|
apiサーバで curl localhost:3000
proxサーバで curl http://192.168.4.102:3000;
踏み台サーバで
curl http://api.test;
user@client:~$ curl http://api.test;
user@client:~$ curl http://web.test;
|
お世話になっております。チームkstmです。 この問題では、webサーバとapiサーバを分けていますが、フロントのjsからapiサーバを呼び出す際にCROSヘッダーが正しく設定されていないため、ブラウザにブロックされるということが原因でした。 そのため、リバースプロキシであるnginxの設定ファイルを書き換えることで対応可能です。以下に手順をしめします。 手順
一部分を切り出し
|
概要
とある会社に勤めている、K君はサーバのお天気管理システムを開発しています。しかし、気温と湿度の情報を取得・送信することができません。原因を究明して取得・送信出来るようにして下さい。
前提条件
初期状態
終了状態
接続情報
prob4-client の TCP 5901 ポートにてVNCサーバが起動しています。手元のPCからSSHポートフォワード経由でVNC接続を行うことができます。
上記コマンドを実行後、任意のVNCクライアントより localhost:5901 に接続してください。
VNC接続時のパスワードは ictsc2021 です。
The text was updated successfully, but these errors were encountered: