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

Viewed 26923

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. ?

3 Answers

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

Since you mentioned mixed content, it may be caused by ajax with http protocol in a https context, which will be blocked.

Related