์คํฐ๋/๋คํธ์ํฌ
Wireshark Lab: HTTP
moon101
2023. 4. 14. 23:20
์ด๋ฒ์ฃผ ๋ฐฐ์ด ๋ด์ฉ
the basic GET/response interaction
HTTP message formats
retrieving large HTML files
retrieving HTML files with embedded objects
HTTP authentication and security
HTTP Conditional GET
- ์น ์บ์(Web cache / proxy server)๋ origin web server๋ฅผ ๋์ ํด HTP ์๊ตฌ๋ฅผ ์ถฉ์กฑ์ํค๋ ๋คํธ์ํฌ ๊ฐ์ฒด๋ค.
- ์น ์บ์๋ ์์ฒด์ ์ ์ฅ ๋์คํฌ๋ฅผ ๊ฐ๊ณ ์์ด ์ต๊ทผ ํธ์ถ๋ ๊ฐ์ฒด์ ์ฌ๋ณธ์ ์ ์ฅ ๋ฐ ๋ณด์กดํ๋ค.
- ์บ์๋ ์๋ฒ์ด๋ฉด์ ํด๋ผ์ด์ธํธ์ด๋ค
- ์น ์บ์ฑ์ด ์ฌ์ฉ์๊ฐ ๋๋ผ๋ ์๋ต ์๊ฐ์ ์ค์ผ ์ ์์ง๋ง, ์บ์ ๋ด๋ถ์ ์๋ ๊ฐ์ฒด์ ๋ณต์ฌ๋ณธ์ด ์๊ฒ์ด ์๋ ์ ์๋ค๋ ๋ฌธ์ ๊ฐ ์๋ค.
- HTTP๋ ํด๋ผ์ด์ธํธ๊ฐ ๋ธ๋ผ์ฐ์ ๋ก ์ ๋ฌ๋๋ ๋ชจ๋ ๊ฐ์ฒด๊ฐ ์ต์ ์ ๊ฒ์์ ํ์ธํ๋ฉด์ ์บ์ฑ์ ํ๊ฒ ํด์ฃผ๋ ๋ฐฉ์์ ๊ฐ์ง๊ณ ์๋ค
- ๋ฐ๋ก conditional GET์ธ๋ฐ, HTTP ์์ฒญ ๋ฉ์์ง๊ฐ 1. GET ๋ฐฉ์์ ์ฌ์ฉํ๊ณ , 2. If-Modified-Since ํค๋๋ผ์ธ์ ํฌํจํ๊ณ ์๋ค.