250x250
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
- tailwindcss
- CSS
- error
- Redux
- REACT
- evm
- Interface
- useState
- hardhat
- Props
- graphQL
- node.js
- 기준
- JavaScript
- built in object
- API
- web
- SSR
- 삶
- typeScript
- express.js
- concept
- HTML
- nextJS
- Ethereum
- bitcoin
- solidity
- middleware
- blockchain
- CLASS
Archives
- Today
- Total
목록Cors (1)
ReasonJun
CORS (Cross-Origin Resource Sharing)
CORS stands for Cross-Origin Resource Sharing. It is a mechanism that allows web browsers to make cross-origin HTTP requests securely. In the context of web development, an origin is defined as the combination of the protocol (e.g., HTTP or HTTPS), domain, and port from which a resource is being requested. By default, web browsers enforce a security policy called the Same-Origin Policy, which re..
Frontend/Network
2023. 6. 16. 00:30