Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Invocations of
fetch()
orXMLHttpRequest
- Web Fonts (for cross-domain font usage in
@font-face
within CSS), so that servers can deploy TrueType fonts that can only be loaded cross-origin and used by websites that are permitted to do so - WebGL textures
- Images/video frames drawn to a canvas using
drawImage()
- CSS shapes from images
- scripts
- iframes
- GitHub: https://github.com/topics/cors
- Wikipedia: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
- Created by: WHATWG, Matt Oshry, Brad Porter, Michael Bodell, Tellme Networks
- Released: May 2006
- Related Topics: xhr, ajax, jsonp, content-security-policy,
- Last updated: 2024-11-18 00:05:54 UTC
- JSON Representation
https://github.com/andreinalima/souldecor-back
E-commerce de casa e decoração, feito como requisito do projeto final para o bootcamp fullstack react-node da soulcode.
Last synced: 15 Nov 2024
https://github.com/dhartisangani/evian-backend
A one-stop solution to all your EV Charging problems. It will significantly impact users' time and effort. Instead of finding EV stations and empty slots physically, You can now explore various stations, compare prices and book slots from home.
chai cors express node pino razorpay swagger
Last synced: 17 Nov 2024
https://github.com/njeruthuo/letsplaybackend
API backend system for my dating app
cors django django-rest-framework docker docker-compose
Last synced: 15 Nov 2024
https://github.com/njeruthuo/blog-final
This is an API designed to serve blogs to a react app
backend-api cors django django-rest-framework
Last synced: 15 Nov 2024
https://github.com/jsamuelap/apv-mern-backend
Backend del Administrador de Pacientes de Veterinaria del curso JS Moderno
bcrypt cors dotenv express js jsonwebtoken mongo-db mongoose nodejs nodemailer nodemon
Last synced: 17 Nov 2024
https://github.com/carlosvmpe/backend-calendar-app
Backend para el proyecto Calendar App
bcryptjs cors dotenv express express-validator javascript jsonwebtoken jwt-authentication mongodb mongoose nodejs nodemon
Last synced: 17 Nov 2024
https://github.com/mohamed-ramadan1/lin-backend
This is the back end of the graduation project (Learning platform)
bcryptjs cloudinary cookies cors dotenv express express-mongo-sanitize express-rate-limit helmet jwt-authentication mongodb-atlas mongoose morgan multer nodejs nodemailer validator xss-clean
Last synced: 15 Nov 2024
https://github.com/anasyakubu/prisma-tutorial
The Prisma Tutorial repository offers a comprehensive guide to using Prisma for database management. This project includes step-by-step examples and best practices for integrating Prisma with your applications, covering schema design, queries, and migrations. Ideal for developers looking to learn and implement Prisma effectively.
cors dotenv expressjs javascript nodejs prisma prisma-client prisma-orm yarn
Last synced: 17 Nov 2024