Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Cross-origin resource sharing (CORS)

Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be accessed from another domain outside the domain from which the first resource was served. CORS also relies on a mechanism by which browsers make a “preflight” request to the server hosting the cross-origin resource, in order to check that the server will permit the actual request. In that preflight, the browser sends headers that indicate the HTTP method and headers that will be used in the actual request. For security reasons, browsers restrict cross-origin HTTP requests initiated from scripts. For example, fetch() and XMLHttpRequest follow the same-origin policy. This means that a web application using those APIs can only request resources from the same origin the application was loaded from unless the response from other origins includes the right CORS headers.

Resource types

https://github.com/luayasaadsson/parentbuddy

An AI-based application that helps parents discover and plan activities for their children, based on geolocation and interests. The app provides personalized recommendations and allows users to save their favorite activities for future use.

bcrypt cors dotenv express jwt mongoose nodejs openai radix-ui react shadcn-ui tailwindcss typescript

Last synced: 03 Nov 2024

https://github.com/samyc2002/url-shortener-microservice

A project implementing URL Shortener Microservice

cors express javascript mongodb

Last synced: 30 Oct 2024

Cross-origin resource sharing (CORS) Awesome Lists
Cross-origin resource sharing (CORS) Categories