Reputation: 18321
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:
curl
with the same remote URL address workstcpdump
shows that no request is even attempted - nothing gets sent to remote server (and I double checked that tcpdump works)Network
tab and no additional error/warning message in Console
tab of developer tools.Checking fetch documentation doesn't show anything that could cause such failure. Any ideas?
Upvotes: 0
Views: 93
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