johndodo
johndodo

Reputation: 18321

Fetch refuses to make a request

I am trying to make a cross-site GET request to REST API on another server, but I always get TypeError: Network request failed.

I have tried everything I could think of:

Checking fetch documentation doesn't show anything that could cause such failure. Any ideas?

Upvotes: 0

Views: 93

Answers (1)

johndodo
johndodo

Reputation: 18321

Argh - I found the answer the minute I have posted the question. It's uMatrix plugin which does what it's expected to - blocks unwanted network requests.

I'll leave the question here if someone else in the future encounters a similar problem.

Upvotes: 1

Related Questions