Categories

Developer

Raghudevan

cors-plugin v1.1resigned1

  • rating
  • rating
  • rating
  • rating
  • rating
3.75 (4 reviews)
A simple add-on/plugin to allow developers who might want to make cross origin requests to their APIs from localhost cors-plugin cors-plugin

The add-on has three primary functionalities:
1. A switch to turn it on/off
2. An input field to add Access-Control-Expose-Headers, a list which displays added headers. Default - No extra headers
3. An input field to add a URL/URL pattern to match for while intercepting requests/responses, a list which displays added URLs/URL patterns. Default - Matches all URLs

When turned on, the add-on will intercept all requests/responses from/to the browser and allow cross origin resource sharing requests to the URLs it matches with.