Tag

#CORS

1 matching blog articles with repeat coverage under this topic.

Browse nearby All tagsBlog archive

Tag wiki

#CORS is a web security mechanism used directly in these articles.

Definition

CORS (Cross-Origin Resource Sharing) is a browser security mechanism that controls which external origins can access resources from a domain.

Why it matters

It matters when APIs serve requests from different domains and need proper security configuration.

In this archive

Here CORS appears in API security, browser behavior, preflight requests, and troubleshooting cross-origin issues. It currently appears across 1 category, mainly Web Development.

Often appears with