Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Chrome shows the status of XHR call as (blocked:other)

I am getting the following status in one of my http call. I haven't seen this status before. All my call are being blocked and no hits are received at server.

I tried looking up for it and found that it might be due to something called Mixed content. Unfortunately, I do not have much idea about that either.

Can someone explain what might be causing this issue and how to get around it. ?

like image 613
Saurabh Tiwari Avatar asked Jan 11 '19 10:01

Saurabh Tiwari


People also ask

How do I enable requesting blocks in Chrome?

Right-click on the request in the Network panel and select Block Request URL. A new Request blocking tab pops up in the Drawer, which lets you manage blocked requests.

Why is Chrome suddenly blocked?

This is due to an issue with security certificates, and many times is not the fault of your computer or your web browser at all. These certificates are what websites use to prove they are who they say they are on the internet, and if your browser detects an issue with a certificate, it will issue a warning.


2 Answers

one possible resolution if you use adblock or any plugins like that, unenable that

like image 91
LINGZHI FAN Avatar answered Sep 16 '22 12:09

LINGZHI FAN


This massively helped me. Was related to ad blocker. My ajax url had the word 'advert' in it so the ad blocker

https://stackoverflow.com/a/56048381

like image 27
omarjebari Avatar answered Sep 20 '22 12:09

omarjebari