클라이언트가 서버로 요청함
서버가 다른 URL로 리다이렉트함
클라이언트가 바뀐 URL로 다시 서버에 요청
👇 참고
https://webstone.tistory.com/65
리다이렉트란(Redirect)
HTTP 리다이렉트(Redirect)란? 리다이렉트란 말 그대로 re(다시) + 지시하다(direct) 다시 지시하는 것을 말한다. 예를 들어 브라우저가 www.webstone.com/blogA URL을 웹 서버에 요청했다고 하..
webstone.tistory.com
반응형
'Framework > Spring Boot' 카테고리의 다른 글
[Error] HTML 템플릿 메일 전송시 내용 깨짐 (0) | 2022.03.03 |
---|---|
[Error] Error creating bean with name 'emailConfig': Injection of autowired dependencies failed; (0) | 2022.02.19 |
@RequestParam | @PathVariable | @RequestBody | @ModelAttribute (0) | 2022.02.08 |
개인정보 수정 (0) | 2022.02.05 |
@DataJpaTest와 @SpringBootTest (0) | 2022.02.02 |