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-16 00:05:46 UTC
- JSON Representation
https://github.com/chuksjoshuaa/blog-backend
Blog api where user can post and get all available blogs, owner of the blog can update blog from draft to published. Users can only access published blogs
cors expressjs helmet mongodb mongoose nodejs nodemon postman vercel-deployment
Last synced: 13 Nov 2024
https://github.com/yenilikci/restcountries
Application that lists countries, can be filtering and sorts a-z
axios chai cors express helmet http-errors morgan nodemon react react-lazy-load react-router-dom react-table react-toastify
Last synced: 16 Nov 2024
https://github.com/erossini/aspnetcorecors
How to add CORS to your ASP.NET Core project
asp-net-core aspnetcore cors cors-enabled
Last synced: 13 Nov 2024
https://github.com/ravening/cloustacktemplatemanager
Spring boot application to manage the CloudStack Templates
angular apache cloud-computing cloudstack cors iaas java maven springboot swagger2 templates typescript
Last synced: 16 Oct 2024
https://github.com/vitorserrano/node-api
API Restful construída em Node,js
cors express mongoose mongoose-paginate nodejs nodemon require-dir
Last synced: 08 Nov 2024
https://github.com/cpilson/yelp-fusion-api-test
Yelp Fusion API Test
api cors heroku-instance react react-router reactjs redux tutorial tutorial-code yelp yelp-api yelp-fusion-api
Last synced: 13 Nov 2024
https://github.com/yinxulai/unlock-browser-requests
Unblock browser requests and enjoy the freedom of insecurity.
browser chrome cors http js proxy set-cookie
Last synced: 14 Nov 2024
https://github.com/vitorserrano/economize.me
💸 Aplicação mobile para controle de finanças pessoais
cors express jwt-bearer-tokens knexjs nodejs
Last synced: 08 Nov 2024
https://github.com/alexinea/dotnet-cors-examples
CORS Samples
asp-net-core-mvc asp-net-mvc cors webapi-cors
Last synced: 12 Oct 2024
https://github.com/dorayx/frock-middleware-cors
A simple CORS middleware for frock.
Last synced: 08 Nov 2024
https://github.com/jvcgoncalves/stock-manager-backend
Backend about my stock manager project, link to front-end below
backend-api cors expressjs javascript nodejs
Last synced: 10 Nov 2024
https://github.com/buzzcosm/ztm-course-projects-nodejs-nasa-project
Exercise: NASA Project as Full Stack with Node.js
arwes cors csv-parse drawio express-js javascript morgan-middleware nodejs postman postman-collection react server-client ztm ztm-course-exercises
Last synced: 13 Nov 2024
https://github.com/ruyjr/nodemysql
"User Management System: Node.js Backend with MySQL Database"
backend cors css3 frontend full-stack html5 javascript knexjs mysql nodejs nodemon npmjs vscode workbench
Last synced: 12 Oct 2024
https://github.com/marella/shr
Simple HTTP requests for browser. "Simple requests" don't trigger a CORS preflight.
ajax browser cors http-client xhr
Last synced: 25 Oct 2024
https://github.com/tharindanimnajith/sliit_y3s1_react_spa_backend_restapi-1
React.js Project with MERN Stack - Online Shopping Cart System for a Fashion Store - Backend
body-parser cors crud-application dotenv es6 express-js http-methods javascript json mern-stack-app mongodb-atlas mongoose-js multer node-js nodemailer nodemon npm rest-api uuid web-application
Last synced: 12 Nov 2024
https://github.com/imkkingshuk/miscors
MisCORS - Unleash CORS Misconfigurations Like a Digital Phantom! 🌐✨ Harness the power of MisCORS to silently unveil vulnerabilities in Cross-Origin Resource Sharing. Stealthily analyze web defenses, expose misconfigurations, and empower your security journey. 🕵️♂️🔓 Dive into the shadows of web security with MisCORS. #WebSecurity #CORSExposure
cors cors-hack cors-misconfiguration-scanner cors-misconfigurations cors-proxy cors-scanner cors-vulnerability cross-origin-resource-sharing ethical-hacking hacking-tools penetration-testing penetration-testing-tool vulnerability-scanner web-application-security web-security-tool
Last synced: 08 Nov 2024
https://github.com/julio-vasquez/centribal-api
cors express http-errors nodejs nodemon
Last synced: 14 Nov 2024
https://github.com/mvaibhav131/sql_server
creating the server and connect with sql database.
backend-service body-parser controllers cookie-parser cors db dotenv expressjs middleware msnodesqlv8 mssql-database nodejs query sql-server
Last synced: 12 Oct 2024
https://github.com/idiocc/cors
Cross-Origin Resource Sharing (CORS) For Goa.
Last synced: 05 Nov 2024
https://github.com/aabbtree77/auth-starter-backend
Backend for a complete session-based user authentication: Bun, Hono, Drizzle, SQLite.
authentication authorization backend-api bun cookie cors credentials crud drizzle hono minimalism ngrok security session sqlite typescript user-password xss
Last synced: 07 Nov 2024
https://github.com/nitins87/rest-api-typescript
A REST API boilerplate written in TypeScript with Express, Jest, Supertest, ESLint, Prettier, ESLint, Nodemon, Debug, Winston, Morgan, Helmet, Cors, Dotenv, Zod, and more.
api cors debug eslint express helmet jest morgan nodejs-api nodemon prettier rest-api supertest types winston zod
Last synced: 13 Oct 2024
https://github.com/devaoto/rust-m3u8-proxy
A M3U8 CORS Proxy written in Rust
cors cors-proxy m3u8-cors-proxy m3u8-proxy rust rust-lang rust-warp warp warp-rust
Last synced: 12 Oct 2024
https://github.com/andres11152/don_kampo_api
This is the backend API for an e-commerce platform where individual customers can purchase items like fruits and vegetables, while businesses can order these items at wholesale prices directly from the central supply market, paying only the delivery fee. The API is built with Node.js and Express, utilizing PostgreSQL for database management.
babel cors express javascript node nodejs nodemon nodemon-express postgree postgreesql
Last synced: 11 Oct 2024
https://github.com/parth-pandeyy/ramble
Making tour experience better❤️
brevo-api cors css expressjs helmet javascript jsonwebtoken mongodb mongodbatlas morgan multer nodejs nodemailer parceljs pug stripe-api
Last synced: 06 Nov 2024
https://github.com/tamoziit/mygpt
A failed attempt to make a ChatGPT clone using OpenAI API :)
axios controllers cors expressjs http-only-cookies jwt-authentication middlewares mogodb morgan-middleware openai-api responsive-web-design typescript
Last synced: 11 Nov 2024
https://github.com/harshita2234/mern-chat
This is a chat application built using the MERN stack (MongoDB, Express, React, Node.js). The backend API connects to MongoDB and the frontend is developed with React.
autop axios bycrypt-js cookie-parser cors dotenv express jwt lodash mongodb mongoose node-js postcss react tailwind-css vite web-socket
Last synced: 07 Nov 2024
https://github.com/guilhaof/gsystem-api-node
Backend do sistema Gsystem com Nodejs,Express,Prisma , WebToken - Obs ainda e construcao a⚠️❗
bcript bcryptjs cors express json-api jsonwebtoken mysql nodejs postgresql prisma prisma-client prisma-studio typescript
Last synced: 11 Nov 2024
https://github.com/fugazi-io/proxify
Serve existing http based APIs as fugazi modules
cli console cors fugazi proxy rpc rpc-client terminal
Last synced: 15 Nov 2024
https://github.com/julie-ify/noterailsbackend
This is a Ruby on Rails API backend project for my note react project. You can test all endpoints using any API testing software like Postman.
bcrypt cors heroku-deployment jwt-authentication postgresql postman rails-api rspec-rails rswag shoulda-matchers
Last synced: 09 Nov 2024
https://github.com/juniorreisx/zyro-system
Backend Project that Simulates Banking Transactions Between Users
bcryptjs cors database datatypes expressjs javascript jest jwt nodejs postgresql sequelize sequelize-orm uuid
Last synced: 29 Oct 2024
https://github.com/nadilson-ifpe/rocketseat-ignite-habits-app
https://nlw.rocketseat.com.br/convite/nadilson-29882
axios cors expo fastify node nodejs prisma react react-native tailwind tailwindcss tsx typescript vite
Last synced: 06 Nov 2024
https://github.com/skriems/csvbuttler
serving data from csv files, blazingly fast
actix-web cors csrf jwt microservice
Last synced: 02 Nov 2024
https://github.com/sethbergman/react-auth-multi
api-gateway auth0 axios cors create-react-app express jwt-authentication react
Last synced: 07 Nov 2024
https://github.com/harshkapadia2/cors
A simple demo of a few scenarios that use CORS.
Last synced: 25 Oct 2024
https://github.com/modemobpsycho/fake-user-data-backend
Repository with backend for web-application for the fake user data generation. There are 4 countries available, setting the value of errors in words, managing seed, exporting the table to csv.
cors express faker-generator mvc nodejs postman
Last synced: 10 Nov 2024
https://github.com/onlynico43/gin-cors
CORS Middleware for gin gonic
cors cors-enabled cors-headers cors-middleware gin gin-framework gin-gonic
Last synced: 01 Nov 2024
https://github.com/robertoachar/express-cors
Express Cross-Origin Resource Sharing (CORS) middleware.
cors express middleware node npm
Last synced: 06 Nov 2024
https://github.com/elnurbda/prisma-elysia-boiler-plate
A simple ElysiaJS project with Swagger, CORS, and Prisma integrated.
bun bunjs cors elysiajs prisma swagger typescript
Last synced: 29 Oct 2024
https://github.com/karthik2917k/myntra-clone
Online Shopping Site for Fashion & Lifestyle in India. India's Fashion Expert brings you a variety of footwear, Clothing, Accessories and lifestyle products ...
atlas axios chakra-ui cors expressjs mongo-db mongoose nodejs react react-redux redux redux-thunk vercel
Last synced: 02 Nov 2024
https://github.com/pastjung/cors_react-springboot
Docker를 사용해 React 프로젝트와 SpringBoot 프로젝트의 연결 및 CORS 설정 학습
cors docker docker-compose node20 react springboot3
Last synced: 31 Oct 2024
https://github.com/npetkov/auth0_rails_frontend_example
Sample Rails 6 project demonstrating the OAuth2 code grant flow using auth0
auth0 cors jwt oauth2 omniauth rails6 rails6-api
Last synced: 11 Nov 2024
https://github.com/rainu/r-ray
A lightweight proxy application where the client can define the request to the target.
cors cors-anywhere go golang proxy
Last synced: 08 Nov 2024
https://github.com/dod-iac/terraform-aws-api-gateway-cors-lambda-proxy
A Terraform module to create a Cross-Origin Resource Sharing (CORS) Lambda Proxy
cors lambda proxy terraform terraform-module
Last synced: 11 Nov 2024
https://github.com/andrei-straut/drp
Dynamic Reverse Proxy
cors java jsonp netty netty-in-action proxy proxy-server reverse-proxy
Last synced: 13 Oct 2024
https://github.com/shivankk26/streamsync
StreamSync is a centralized streaming platform that empowers users to upload videos along with their thumbnails. Additionally, it features a community-centric tweeting feature, allowing users to post tweets that can be commented on and reposted by the community.
bcrypt cloudinary cookie-parser cors express-middleware expressjs jwt-authentication jwt-token mognodb mongoose mongoose-aggregate-paginate-v2 multer nodejs nodemon reactjs tailwindcss
Last synced: 11 Nov 2024
https://github.com/sainiabhishek/nodejs_auth-api
A backend authentication & authorization project to handle the scale and complexity of an application. It is design while keeping the different environments in the mind.
backend-api cookie-parser cors error-handling eslint expressjs joi jwt mongodb moongose nodejs prettier rate-limiter security tokens typescript winston
Last synced: 15 Nov 2024
https://github.com/abhijithvijayan/serve-no-cors
Serve JavaScript from your local machine to the internet without CORS disturbing your inner peace.
Last synced: 25 Oct 2024
https://github.com/robertov8/semana-omnistack-11.0
Semana OmniStack 11.0
axios cors expo express knex react react-icons react-native react-navigation react-router-dom sqlite3
Last synced: 07 Nov 2024
https://github.com/shahinuralambhuiyan/doctor-portal-server
base64 body-parser cors expressjs mongodb
Last synced: 07 Nov 2024
https://github.com/bieanimaton/nlw-heat-server
Servidor desenvolvido com NodeJS, Typescript e várias bibliotecas. - Next Level Week (NLW) Heat by Rocketseat.
axios cors express http-server jsonwebtoken migrations nodejs prisma prisma-client server socket-io sqlite ts-node-dev
Last synced: 15 Nov 2024
https://github.com/sadman95/bike-island-client
This repo contains the files of 'Bike Island' niche project website.It's a MERN stack project.
cors dotenv express firebase material-ui mongodb node react
Last synced: 28 Oct 2024
https://github.com/arafat-alim/ultimate-authentication-system
The Ultimate Authentication System using MERN is a full-stack authentication system that uses MongoDB, Express, React, and Node.js. It is designed to be highly secure and scalable. The system uses JSON Web Tokens (JWT) for authentication and authorization.
bootstrap4 cors css3 expressjs facebook-login html5 javascript mongodb mongoose nodejs reactjs
Last synced: 07 Nov 2024
https://github.com/mvaibhav131/schedule-management-system
backend assignment
api assignment backend controllers cors expressjs jest-tests middleware nodejs nodemon requests router routes schedule-meetings schedule-tasks testing
Last synced: 14 Nov 2024
https://github.com/mvaibhav131/movieapp-mern
MovieApp-MERN
axios bootstrap cors css expressjs jwt-authentication mongodb movieapp movieapp-mern netlify-deployment nodejs react-bootstrap react-hooks react-router reactjs redux tmdb-movie-search
Last synced: 14 Nov 2024
https://github.com/mvaibhav131/sendemails_aws-ses
send email using aws-ses , aws-sdk , aws-sdk/client-ses
api aws aws-sdk aws-sdk-javascript aws-ses backend cors email-sender emailjs expressjs nodejs sendmail
Last synced: 14 Nov 2024
https://github.com/pushpendra-1697/socialbackend
Developing a room management system where users can create rooms with unique characteristics and add distinct child items to each room, ensuring each child remains unique across different rooms.
api-creation asynchronous-programming backend-api bson-format bsondump cors dotenv error-handling expressjs filter mongodb mongoose nodejs
Last synced: 10 Nov 2024
https://github.com/pushpendra-1697/ecommerce-api
This project will deliver a comprehensive e-commerce API set that enables seamless product and category management, user authentication, secure cart management, and order processing. The integration of Mongodb as the database and token management system ensures efficient data storage and user authentication with minimal server-side setup.
bcrypt bson cors dotenv express-rate-limit expressjs http ip jsonwebtoken model mongodb mongoose nodejs nodemon relationships schema thunder-client token-based-authentication
Last synced: 10 Nov 2024
https://github.com/mvaibhav131/vaibhavweatherappmern
Shows Live Weather in all city
class-components cors dom dotenv express mongodb mongoose nodejs react-scripts reactjs redux router scss state-management weather-app
Last synced: 14 Nov 2024
https://github.com/mvaibhav131/sendgmail_nodemailer
Gmail_sender APP
controller cors dotenv environment express-middleware expressjs github gmail-smtp javascript json mailgen nodejs nodemailer router sendmail
Last synced: 14 Nov 2024
https://github.com/arafat-alim/open-ai
ChatGPT AI is an artificial intelligence (AI) chatbot that uses natural language processing (NLP) to generate conversations with users. It is powered by OpenAI's GPT-3 language model, which has been trained on a massive dataset of text.
cors css express html5 javascript openai vitejs
Last synced: 07 Nov 2024
https://github.com/pushpendra-1697/school-listing
This project will deliver a comprehensive e-commerce API set that enables seamless school listing. The integration of MongoDB as the database and token management system ensures efficient data storage and user authentication with minimal server-side setup.
bson cloudinary component cors dotenv expressjs fetch-api form-validation form-validation-js html-css-javascript inter-font mongodb mongoosejs multer nextjs nodejs nodemon schema-model thunder-client
Last synced: 12 Nov 2024
https://github.com/7irelo/study-gymon-web
Full Stack Study buddy Web App for matriculants (Django, MySQL, CORS)
cors django django-rest-framework mysql
Last synced: 14 Nov 2024
https://github.com/marcos-jacometti/getyourcoffee
In progress
axios axios-react cors mysql nodejs react-spinners reacticons reactjs rest-api router-dom styled-components
Last synced: 17 Nov 2024
https://github.com/ashtech15/xrpl-backend
XRPL-Backend is a server-side application that leverages XRPL's NFTs to provide a secure, decentralized, blockchain-based contract service.
cors express nodejs typescript xrpl
Last synced: 17 Nov 2024
https://github.com/fsmaiorano/twitter
:computer: :iphone: Twitter - Frontend | Desktop | Backend | iOS App - A Twitter Clone application with Frontend, Backend, Desktop and iOS App. This is a demonstration of how websockets works in a complete environment in Javascript (+ Typescript).
axios cors create-react-app electron electron-builder express ios-app mongodb mongoose node-sass react-native react-native-vector-icons react-navigation react-router-dom scss socket-io socket-io-client ts-node typescript yarn
Last synced: 26 Sep 2024
https://github.com/melthaw/docker-boilerplate
Helpful boilerplate for docker
Last synced: 11 Nov 2024
https://github.com/muskan2532150/fruitycee
This website displays information related to all fruits. It provides information for specific fruits using API by using a redux management tool.
api cors create-react-app jest-tests proxy reactjs redux
Last synced: 21 Oct 2024
https://github.com/davesimoes/react-ai-support
AI-powered real-time customer support assistant, built with React on the frontend and Node.js/Express on the backend, utilizing the OpenAI API to provide smart and automated responses.
chat-application chatbot conversational-ai cors customer-service customer-support-ai e-commerce express fullstack-development intelligent-assistant machine-learning natural-language-processing openai-api react real-time-chat rest-api
Last synced: 15 Oct 2024
https://github.com/mohamed-ramadan1/streaming-backend-application
Streaming application services
cors docker docker-compose express jest-tests jwt migrations multer node-cron nodejs nodemailer oauth2 pg postgresql redis socket-io stripe winston
Last synced: 25 Oct 2024
https://github.com/anfibiacreativa/myapp-server
Just a GraphQL server
cors express graphql-server nodejs
Last synced: 26 Oct 2024
https://github.com/filipemeneses/express-cors-request-proxy
Express cors proxy using request
cors expressjs json-api proxy serverless
Last synced: 03 Nov 2024
https://github.com/andrewjbateman/fullstack-twitter-clone
:clipboard: Simple full-stack app that displays a list of messages ('tweets') generated on the client side and processes them using backend node.js.
cors css3 express-middleware filter-plugin full-stack fullstack html5 nodejs rest-api tutorial tweets vanilla-javascript
Last synced: 07 Nov 2024
https://github.com/mezbaulanam/mongo-webserver
Node.js-based server built with Express and Mongoose that allows users to programmatically create, read, update, and delete sites stored in MongoDB.
collaborate cors crud-api environment-variables expressjs learn mongodb mongodb-atlas mongoose node-js nodejs website
Last synced: 03 Nov 2024
https://github.com/mrarvind90/fcc-american-british-translator
A full-stack translator web app for converting American English to British English. This application handles translations for time formats, titles, spellings, and unique words within each dialect.
chai chai-http cors css3 dotenv es6 eslint eslint-config-prettier express-validator expressjs freecodecamp freecodecamp-challenge freecodecamp-project freecodecamp-qa html5 javascript mocha nodejs prettier translation
Last synced: 15 Oct 2024
https://github.com/minhtran241/restaurant-management
Restaurant Management Service API
aggregation cors gin-gonic golang jwt-authentication mongodb swaggo
Last synced: 16 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
https://github.com/zachcheung/corsproxy
Yet Another CORS Proxy Written in Go
Last synced: 05 Nov 2024
https://github.com/pandiaraj-22/gold_rate_calculator_backend
backend bcrypt cors jwt-authentication mongoclient mongodb nodejs
Last synced: 15 Nov 2024
https://github.com/shuvoprogram/choltibank_be
CholtiBank is a cutting-edge digital banking platform, revolutionizing the financial landscape in Bangladesh. Built with React, Next.js, and Redux, it offers a seamless and secure banking experience, providing a wide range of services from account management to secure transactions.
bcrypt cookie-parser cors dotenv eslint expressjs http-status husky jsonwebtoken prettier prisma socket-io ts-node-dev typescript winston zod
Last synced: 05 Nov 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: 05 Nov 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: 05 Nov 2024
https://github.com/shuvoprogram/courierhub_backend
bcrypt cors dotenv expressjs jsonwebtoken mongoose nodemailer nodemon url
Last synced: 05 Nov 2024
https://github.com/sreeragp69/notes-app-backend
Backend for the Note App built with Node.js, Express.js, and MongoDB. Handles user authentication, note management, and API requests.
authentication backend cors crud dotenv express-js jwt mern mongodb nodejs rest-api
Last synced: 10 Oct 2024
https://github.com/jatin-pandey01/contacto
Contacto is a contact api backend application
bcrypt cookie-parser cookies cors express-middleware expressjs jsonwebtoken mongo mongodb-atlas mongoose nodejs
Last synced: 02 Nov 2024
https://github.com/cosmosgenius/twitter-proxy
Twitter api proxy with cors support
api cors proxy twitter twitter-proxy
Last synced: 06 Nov 2024
https://github.com/smilevp/query_support_backend
Query Support Backend
bcrypt cors dotenv express-generator jwt mongoose-model mongoose-schema nodemailer
Last synced: 12 Nov 2024