Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PythonでクライアントのIPアドレスを見つけるにはどうすればよいですか?
一般的には、できません。誰かが別のコンピューターに自分のコンピューターに代わって要求を作成させた場合、接続を受信したマシンに関するネットワーク情報のみが取得されます。
HTTP プロキシは、X-Forwarded-For ヘッダーを追加する場合があります。