ForceCORS icon indicating copy to clipboard operation
ForceCORS copied to clipboard

A Google Chrome extension that allows you to selectively force CORS headers to be applied to server responses

Results 10 ForceCORS issues
Sort by recently updated
recently updated
newest added

*Env* : Version 77.0.3865.90 (Official Build) Built on Ubuntu , running on LinuxMint 18.2 (64-bit) ForceCORS Version 1.1 *Console error* : Access to XMLHttpRequest at 'https://sso.api.staging-aws.centiva.ca/api/v1/users/login' from origin 'http://connexion.centiva.local' has...

unable to hardcore the url and headers in code, please help where to insert the url and header values in the code itself

The settings page could be improved by using a full table. Maybe bootstable? https://github.com/t-edson/bootstable

Hi, When the extension is enabled the console throw error at each request: ![GitHub Logo](https://i.imgur.com/azp0NxA.png) Here's the complete log: ``` ForceCORS was unable to modify headers for: https://www.google.ca/complete/search?client=chrome-omni&gs_ri=chrome-ext-ansg&xssi=t&q=&oit=0&pgcl=1&gs_rn=42&psi=m7nqx09vx7mVfgRM&sugkey=AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw - net::ERR_ABORTED...

I encounter the case where servers send me the same header multiple time leading to problems with the extension (ForceCors just updating the first header entry, not the next ones)....

When I try to add an URL, it doesn't work. If I retry to add it, it works. An example of URL that gives me this kind of behaviour is:...

bug

This is a cool project! I want to use this extension in a site, where we use authentication cookies. When I turn the extension on, it sends the request, but...

Chris, I added the feature. The issue with the response it that you don't have the request object: http://sysmagazine.com/posts/166539/ So I did the following: - wrapped the background.js in a...

For Access-Control-Allow-Origin It would be nice to pass the current URL so if the value in the settings was: HTTP_ORIGIN Then you would replace that with the current url in...

enhancement

it would be nice to auto populate the cors headers rather than requiring the user to go find them & copy/paste

enhancement