Notice
														
												
											
												
												
													Recent Posts
													
											
												
												
													Recent Comments
													
											
												
												
													Link
													
											
									| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 | 
| 12 | 13 | 14 | 15 | 16 | 17 | 18 | 
| 19 | 20 | 21 | 22 | 23 | 24 | 25 | 
| 26 | 27 | 28 | 29 | 30 | 31 | 
													Tags
													
											
												
												- HTTP
- CSS
- javascript
- 러닝자바스크립트
- nodejs
- 회고
- 객체
- React
- 1일1문장
- 자료구조
- multer
- Sequence
- Andrew Ng
- coursera
- 개발공부
- docker
- reactnative
- NextJS
- 리눅스
- Machine Learning
- 데이터전송
- 우선순위
- 끈기
- ES6
- 클로저
- scope
- Linux
- 자바스크립트
- 스파르타코딩클럽
- Til
													Archives
													
											
												
												- Today
- Total
목록Browser (1)
해나아부지 개발일지
			
			
				what happen to input url on the browser?
				
	
	
               
           
					
					
					
					
					
					
						
					
				The browser first parses the URL to identify the protocol (e.g. HTTP, HTTPS), the domain name (e.g. www.example.com), and the path to the resource (e.g. /index.html). Next, the browser checks its cache to see if it has a cached copy of the resource. If it does, and the cached copy is still valid, it will be used instead of making a new request to the server. If the resource is not cached or the ..
				Developers/Coding Question
				
				2023. 3. 7. 11:09