You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
URI
URI 란 ?
URL, URN 이란?
URL 전체 문법
scheme://[userinfo@]host[:port][/path][?query][#fragment]https://www.google.com:443/search?q=hello&hl=ko1. URL scheme (
https)2. URL userinfo (
[userinfo@])3. URL host (
www.google.com)4. URL port (
443)5. URL path (
search)6. URL query (
?q=hello&hl=ko)7. URL fragment
웹 브라우저 요청 흐름
HTTP 요청 메시지

패킷을 생성할 때, 전송 메시지에 HTTP 메시지를 넣어 서버에 전달한다.

All reactions