Closed dennisat closed 5 years ago
For instance, pattern http://www.example.com/* matches the xhr but returns 404.
http://www.example.com/*
The full url is http://www.example.com/v1/something-more?blah=vblah
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.
http://localhost:3300/undefined/something-more?blah=blah
localhost:3300
undefined
Any help is appreciated.
My bad. Sorry, a bug was going this issue.
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
.localhost:3300
, this is the url of the app and not the requested url!undefined
is another mistake that doesn't make any sense.Any help is appreciated.