CORS dev tool

Lightweight CORS web development tool allows developers to modify Ajax responses Access-Control-Allow-Origin: * and other configurations
What is CORS dev tool?
CORS dev tool is a lightweight Firefox add-on that allows developers to modify Ajax responses and configure Cross-Origin Resource Sharing (CORS) headers. It enables users to customize Access-Control-Allow-Origin, Access-Control-Expose-Headers, Access-Control-Max-Age, Access-Control-Allow-Credentials, Access-Control-Allow-Methods, and Access-Control-Allow-Headers headers to grant access to specified resources from different source servers.

Add-on stats

By: Atom
Users: 28 ▲ 1
Rating: 5.00 (2)
Version: 1.1.4 (Last updated: 2020-08-24)
Creation date: 2019-05-24
Weekly download count: 4
Firefox on Android: No
Risk impact: Low risk impact
Risk likelihood: Low risk likelihood
Manifest version: 2
Permissions:
  • *://janbao.net/*
  • *://jandan.net/*
  • *://*.jandan.net/*
Size: 67.09K
URLs: Website

Other platforms

CORS Helper (v1.2.2)
3.67 (3) 4,000
Not available on Edge
Want to check extension ranking and stats more quickly for other Firefox add-ons? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Firefox Browser Add-ons.
Chrome-Stats extension

Add-on summary

Users can set different return values to allow users to be granted access to specified resources from different source servers. Users can customize the value of the HTTP response header -Access-Control-Allow-Origin specifies either a single origin, which tells browsers to allow that origin to access the resource; -Access-Control-Expose-Headers header lets a server whitelist headers that browsers are allowed to access. -Access-Control-Max-Age header indicates how long the results of a preflight request can be cached. -Access-Control-Allow-Credentials header Indicates whether or not the response to the request can be exposed when the credentials flag is true. -Access-Control-Allow-Methods header specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request.

  • Access-Control-Allow-Headers header is used in response to a preflight request to indicate which HTTP headers can be used when making the actual request.

It should be noted that when Access-Control-Allow-Origin is set to "*", the identity certificate cannot be attached. Of course you can specify a unique Origin such as http://localhost:3000

Instructions After installing the plugin, click the icon in the upper right corner to enable "cross-source resource sharing".

See more

User reviews


很棒的扩展。使用又简单,功能又丰富。赞一个
View all user reviews

Add-on safety

Risk impact

CORS dev tool requires very minimum permissions.

Risk likelihood

CORS dev tool has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details