Node.js CORS middleware
Fastify CORS
TypeScript definitions for cors
Cross-Origin Resource Sharing(CORS) for koa
Gate requests based on CORS data.
Elysia plugin to support Cross Origin Requests (CORs)
CORS middleware for modern Node.js
CORS middleware for AdonisJS HTTP server
CORS middleware for Koa
Simple CORS middleware for Zeit's Micro
CORS (Cross-Origin Resource Sharing) middleware for the middy framework
cors middleware for koa2
Support for setting Cross-Origin Resource Sharing (CORS) headers to lws
Nextjs-Cors is a node.js package to provide a middleware that can be used to enable CORS with various options in nextjs applications.
cors plugin for egg
A highly configurable, middleware compatible implementation of CORS.
TypeScript definitions for micro-cors
CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path
hapi extension to enable CORS
TypeScript definitions for koa-cors
TypeScript definitions for @koa/cors
TypeScript definitions for koa2-cors
CORS middleware with full W3C spec support
Simple proxy to bypass CORS issues. This was built as a local dev only solution to enable prototyping against existing APIs without having to worry about CORS.
I will be more than happy to transfer the name to Rust team or Wasm team or anyone they see fit. No need to ask me or email me, you can take it directly.
A lightweight CORS (Cross-Origin Resource Sharing) core library for Rust
Colorize JSON-structured log lines from stdin
PDK CORS Library
warp-cors is a proxy server which enables CORS for the proxied request
Implement fp features for Rust
This crate provides a complete implementation of the SQL-on-FHIR specification for Rust, enabling the transformation of FHIR resources into tabular data using declarative ViewDefinitions. It supports all major FHIR versions (R4, R4B, R5, R6) through a version-agnostic abstraction layer.
A web framework
CORS middleware for Axum — fine-grained origin, method, and header control
Enabling Cross-Origin Resource Sharing (CORS) for Fetch Requests within Tauri applications.
AWS Lambda integration for turul-mcp-framework servers
Switchy Web Server CORS package
Middleware that will make Rack-based apps CORS compatible. Fork the project here: https://github.com/cyu/rack-cors
Cross-origin resource sharing (CORS) is great; it allows your visitors to asynchronously upload files to e.g. Filepicker or Amazon S3, without the files having to round-trip through your web server. Unfortunately, giving your users complete write access to your online storage also exposes you to malicious intent. To combat harmful usage, good upload services that allow client-side upload, support a mechanism that allows you to validate and sign all upload requests to your online storage. By validating every request, you can give your visitors a nice upload experience, while keeping the bad visitors at bay. The CORS gem comes with support for the Amazon S3 REST API.
Rack-compatible CORS middleware supporting configurable allowed origins, methods, headers, credentials, and max-age. Handles preflight OPTIONS requests and sets appropriate Access-Control headers.
This Sinatra plugin supports the full CORS spec including automatic support for CORS preflight (OPTIONS) requests. It uses CORS security best practices. The plugin logs to the default logger to guide you in setting things up properly. It will tell you why a CORS request failed and tell you how to fix it.
CORS Configuration Gem.
Super easy way to extend Grape with CORS! Just call Grape::CORS.apply after the api classes and you ready to go!
Forked MailCatcher integrating simple and stupid CORS. MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail.
A Rack middleware for CORS, with permissive defaults.
Provides file uploads for Rails ~> 3.1 to AWS-S3 via CORS using the jQuery-File-Upload javascript
This is a Strelka application plugin for describing rules for [Cross-Origin Resource Sharing (CORS)](http://www.w3.org/TR/cors/). NOTE: It's still a work in progress. By default, the plugin has paranoid defaults, and doesn't do anything. You'll need to grant access to the resources you want to share. To grant access, you declare one or more `access_control` blocks which can modify responses to matching access-control requests. All the blocks which match the incoming request's URI are called with the request and response objects in the order in which they're declared: # Allow access to all resources from any origin by default access_control do |req, res| res.allow_origin '*' res.allow_methods 'GET', 'POST' res.allow_credentials res.allow_headers :content_type end These are applied in the order you declare them, with each matching block passed the request if it matches. This happens before the application gets the request, so it can do any further modification it needs to, and so it can block requests from disallowed origins/methods/etc. There are a number of helper methods added to the request and response objects for applying and declaring access-control rules when this plugin is loaded:
Halt a CORS request before hitting the controller.
A simple UI for controlling the CORS settings that ship with Rack CORS Middleware.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.