Cross-Origin Resource Sharing (CORS)

/krɒs ˈɒrɪdʒɪn rɪˈsɔːrs ˈʃeərɪŋ (kɔːrz)/ 🇹🇷 Çapraz Kaynak Paylaşımı (CORS) essential · frequency 10/10

Software Engineering · Last updated: July 30, 2026 · How this entry was written

Definition: CORS is a security mechanism that allows a web page from one domain to access resources from another domain. It uses HTTP headers to indicate which origins are permitted to read the response.

Example in context

“When developing a single-page application, you must configure CORS on the backend to allow requests from your frontend domain.”

“Tek sayfalı uygulama geliştirirken, ön uç alan adınızdan gelen isteklere izin vermek için arka uçta CORS'u yapılandırmalısınız.”

Where engineers use it

CORS is encountered when a frontend application makes a cross-origin request. Engineers configure CORS headers in the server response to enable secure cross-domain data sharing. It is critical for web security.

Synonyms: Cross-Origin Resource Sharing

Antonyms: same-origin policy

Practice: can you use “Cross-Origin Resource Sharing (CORS)” at work?

Your team's web frontend is unable to fetch data from an API on a different domain. The browser displays a CORS error. How would you resolve this issue?

Show a model answer

“Check the CORS configuration if you see a cross-origin request error in the browser console.”

“Cross-Origin Resource Sharing (CORS)” in 21 languages

EnglishCross-Origin Resource Sharing (CORS)
TurkishÇapraz Kaynak Paylaşımı (CORS)
FrenchPartage de ressources entre origines (CORS)
GermanCross-Origin Resource Sharing (CORS)
SpanishIntercambio de recursos de origen cruzado (CORS)
Chinese跨域资源共享 (CORS)
Arabicمشاركة الموارد عبر الأصول (CORS)
PortugueseCompartilhamento de Recursos de Origem Cruzada (CORS)
RussianОбмен ресурсами между разными источниками (CORS)
Japaneseクロスオリジンリソース共有 (CORS)
ItalianCondivisione di risorse tra origini diverse (CORS)
VietnameseChia sẻ tài nguyên giữa các nguồn gốc (CORS)
Hindiक्रॉस-ओरिजिन संसाधन साझाकरण (CORS)
Thaiการแชร์ทรัพยากรข้ามแหล่งกำเนิด (CORS)
IndonesianBerbagi Sumber Daya Lintas Asal (CORS)
Korean교차 출처 리소스 공유 (CORS)
Bengaliক্রস-অরিজিন রিসোর্স শেয়ারিং (CORS)
DutchCross-Origin Resource Sharing (CORS)
SwedishCross-Origin Resource Sharing (CORS)
FinnishCross-Origin Resource Sharing (CORS)
UkrainianОбмін ресурсами між різними джерелами (CORS)

Frequently asked questions

What does Cross-Origin Resource Sharing (CORS) mean in engineering?

CORS is a security mechanism that allows a web page from one domain to access resources from another domain. It uses HTTP headers to indicate which origins are permitted to read the response. In Software Engineering, the term carries a usage-frequency rating of 10/10 in the Engineering English library.

How do you pronounce Cross-Origin Resource Sharing (CORS)?

Cross-Origin Resource Sharing (CORS) is pronounced /krɒs ˈɒrɪdʒɪn rɪˈsɔːrs ˈʃeərɪŋ (kɔːrz)/ (IPA). The Engineering English app plays audio for the term and checks your pronunciation with speech recognition.

How is Cross-Origin Resource Sharing (CORS) used in a sentence?

Example from an engineering context: “When developing a single-page application, you must configure CORS on the backend to allow requests from your frontend domain.”

Learn “Cross-Origin Resource Sharing (CORS)” with flashcards, audio and AI practice

This entry is one of 7,806 terms in the Engineering English iOS app — with quizzes, spaced repetition and pronunciation checking.

Get the app on the App Store

Related terms