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/tushcmd/olo-scraper

This is a full-stack web scraping application that simulates browser-like interactions using a headless browser. Users can input a URL, and the application scrapes data and performs specified actions.

cors express nodejs puppeteer react tailwindcss typescript winston

Last synced: 23 Dec 2024

https://github.com/wdyitz/auth-api

API de autenticação de usuário

bcrypt cors express jest jwt-authentication nodejs prisma tsup typescript

Last synced: 03 Dec 2024

https://github.com/grenish/chitchat

ChitChat: Your go-to messaging app for seamless connections. Effortlessly join or create rooms, share moments, and enjoy easy, engaging conversations.

cors expressjs messaging messenger nodejs nodemon reactjs socket-io tailwindcss vite

Last synced: 09 Dec 2024

https://github.com/gil9red/cors

CORS with API KEY

cors flask python python-3 webserver

Last synced: 16 Dec 2024

https://github.com/shuvoprogram/edusphere_backend

EduSphere 🌐 revolutionizes learning! An interactive LMS fostering personalized education, collaboration, and skill mastery.

axios bcrypt cloudinary cookie-parser cors datauri dotenv ejs expressjs http-status-code ioredis jwt mongoose multer node-cron nodemailer stripe ts-node-dev typescript

Last synced: 23 Dec 2024

https://github.com/shuvoprogram/inventorypro_backend

📦 InventoryPro: Simplify inventory control with this smart, user-friendly app. Streamline processes and optimize your stock management effortlessly.

body-parser cors dotenv express express-mongo-sanitize express-rate-limit helmet hpp jsonwebtoken mongoose morgan nocache nodemailer sendgrid xss-clean

Last synced: 23 Dec 2024

https://github.com/mahossain1/university-management-backend-express-mongoose

The backend of the University Management System is built to efficiently handle and process data for student enrollment, course management, faculty administration, and academic records. Developed with Node.js and Express, the API ensures secure and scalable communication between the frontend and the database.

cloudinary cors express jwt jwt-authentication mongodb mongoose node nodejs zod zod-validation

Last synced: 31 Dec 2024

https://github.com/ahngh0113/hackathon_server

Hello, Megabyte 해커톤 / 사람인 API를 이용하여 공고 비교하기 서비스 서버 개발

axios cors dotenv express mongodb moongoose nodejs nodemon schema

Last synced: 09 Dec 2024

https://github.com/eltonlazzarin/simple-typescript-app

This is a simple project built in ReacJS and TypeScript

axios axios-restful cors development express flexbox nodejs reactjs typescript vscode yarn

Last synced: 04 Dec 2024

https://github.com/azanniel/api-solid

💪 GymPass style app - Obtendo acesso à academias associadas ao planos para praticar exercícios físicos

cors e2e-tests factory-pattern fastify fastify-plugin in-memory-database jwt-authentication latitude-and-longitude prisma rbac-authorization rbac-roles repository-pattern solid unit-testing

Last synced: 09 Jan 2025

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