vitvad / Access-Control-Allow-Origin

Chrome extension: https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi
213 stars 73 forks source link

The url pattern changes the original address #56

Closed dennisat closed 5 years ago

dennisat commented 5 years ago

For instance, pattern http://www.example.com/* matches the xhr but returns 404.

The full url is http://www.example.com/v1/something-more?blah=vblah

I get 404 because I see in devtools/Network that the requested url is changed to http://localhost:3300/undefined/something-more?blah=blah.

Any help is appreciated.

dennisat commented 5 years ago

My bad. Sorry, a bug was going this issue.