Search the Lexicon
12 of 17 terms found
CORS
CORS (Cross-Origin Resource Sharing) is a security mechanism that controls which web applications can make requests to domains different from their own. Browsers enforce the same-origin policy by default, blocking cross-origin requests to protect users. CORS headers from the server specify which origins, HTTP methods, and headers are permitted, enabling controlled cross-origin communication.
HTTP
HTTP stands for HyperText Transfer Protocol and is the protocol used for communication between a web browser and a web server. It defines how requests and responses are structured and exchanged. Without HTTP, the modern web would not exist.