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 |
Tags
- 클린코드
- hibernate
- DispatcherServlet
- springwebmvc
- 빌드툴
- Immutable
- java
- 컴퓨터시스템
- DesignPattern
- lambda
- Kotlin for Java Developers
- ORM
- 자바
- 링커
- 프록시
- FunctionalInterfaces
- springboot
- Spring
- 링킹
- AutoConfiguration
- ApplicationContext
- exception
- 토비의스프링
- 토비의스프링3.1
- 메이븐
- beanfactory
- gradle
- String
- JPA
- IOC
Archives
- Today
- Total
목록Origin (1)
엔지니어로 가는 길
Origin, SOP 그리고 CORS
Origin Origin이란 URI 스키마(프로토콜), 호스트 이름(도메인), 포트 번호의 조합을 말한다. SOP Same-origin policy SOP에 의해 웹 브라우저는 하나의 웹 페이지에서 다른 웹 페이지의 데이터에 접근하기 위한 스크립트가 있을 때, 두 웹페이지가 같은 origin일 때만 이를 허가한다. 이로써 한 웹 페이지에서 다른 웹 페이지의 Document Object Model(DOM)*을 통하여 민감한 정보에 대한 접근을 얻기 위해 작성한 악의적인 스크립트를 막는다. * DOM is an API for HTML, XML documents. It defines the logical structure of documents and the way a document is accessed a..
프로그래밍
2021. 10. 12. 11:21