Showing IP address of client when page is opened and when file received
- 主要言語
- Python
- スター
- 33
- フォーク
- 15
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Objective -
Showing the IP address of the Client who opened the page and showing IP of the client who uploaded the file after upload received.
Prototype message want:-
- when opened.
Someone at xxx.xx.xxx.xxx has opened your page.
- when received.
File received from xxx.xx.xxx.xxx .
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The issue is about adding IP address logging to a Flask-based file-sharing CLI. Look at the Flask app's request handling, likely in the main server file, to capture the client's IP when a page is accessed and when a file is uploaded. The IP can be obtained from request.remote_addr. Add log messages or display them in the console as specified. Check existing routes for file upload and page serving to see where to insert the logging.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- flask, python
- 領域
- backend, cli
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 55/100