Tag

Simple Request

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Apr 16, 2022 · Frontend Development

Understanding CORS: When Cross‑Origin Requests Are Executed, Intercepted, and Preflighted

This article explains the mechanics of CORS, detailing how browsers decide whether a cross‑origin request is executed directly, blocked, or preceded by a preflight OPTIONS request, and distinguishes between simple and complex requests based on method, headers, and other criteria.

CORSCross-OriginPreflight
0 likes · 8 min read
Understanding CORS: When Cross‑Origin Requests Are Executed, Intercepted, and Preflighted
360 Tech Engineering
360 Tech Engineering
Sep 9, 2019 · Frontend Development

Understanding Simple and Preflight Requests in CORS

The article explains why CORS distinguishes between simple requests—limited to GET, HEAD, POST with specific headers and content types—and preflighted requests, describing the server‑side rationale, the mechanics of preflight, and why avoiding preflight for simple requests simplifies cross‑origin interactions.

CORSHTTPPreflight
0 likes · 6 min read
Understanding Simple and Preflight Requests in CORS