K
K
koicom2017-06-01 12:50:09
JavaScript
koicom, 2017-06-01 12:50:09

Why is the site I'm developing making third-party requests?

In general, it starts the dev server, open the site in the browser and open the devtools console and see requests blocked by AdBlock:
62ce7a348b6e402e929eee589b8dd322.png
In the Network tab, I found more strange things: 3b9926a1e4cf44e8b750f77a05131ec2.png
The question is, what kind of ad blocking is on the site, which is still being developed and lives on the dev server?
There are suspicions of frameworks and libs. Here is the list:

"dependencies": {
    "jquery": "^3.2.1",
    "fine-uploader": "^5.13.0",
    "switchery": "^0.8.2"
  }

Tell me what's the matter.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
Pavel, 2017-06-01
@koicom

Maybe it's some kind of chrome plugin? On the right, it should say what initiated the request. Disable suspicious plugins (or open incognito mode) and check again.

A
Anton, 2017-06-01
@sHinE

If you hover your mouse over the entry in the initiator column on the network tab, then it will show where the request came from - from which script and line.
Values ​​like VM2399 are, in my opinion, most often browser extensions that add code to the page.
My IMHO - in some left extension and business.
Try a different browser or profile without extensions.

D
Dmitry Pacification, 2017-06-01
@dmitry_pacification

And if you disable AdBlock, then he does not swear?
In the same place in an error it is accurately written: it is blocked on the client. So something from the browser makes get requests somewhere.
Disable the ed block and everything should work.
Here is the actual answer))
https://stackoverflow.com/questions/23341765/getti...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question