A
A
Alexander Vasyuchenko2014-05-04 11:25:40
JavaScript
Alexander Vasyuchenko, 2014-05-04 11:25:40

How to determine if ajax is being used on a site?

How to determine if ajax is used on the site when moving from page to page (without reloading the entire site)?
Available:
- source code of the site
- access to Javascript commands, launch it
- HTTP headers of the loaded site

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Vasyuchenko, 2014-05-04
@alexv1981

I think the solution will be to catch js ajax requests

A
aumk, 2014-05-04
@aumk

You open the developer console, then go to the network tab and click on the links on the site, if the site has not rebooted and some requests have appeared in the network tab, then adjax is used.

I
Ivan Somov, 2014-05-04
@jsom

if through http header then so
davidwalsh.name/detect-ajax

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question