Monitor AJAX calls via cURL
Posted
by iamdadude
on Stack Overflow
See other posts from Stack Overflow
or by iamdadude
Published on 2010-03-19T17:49:47Z
Indexed on
2010/03/19
17:51 UTC
Read the original article
Hit count: 258
Is it possible to monitor a page's AJAX calls via cURL in PHP? For example, if I connect to a website that uses lots of AJAX to pull content, can I connect to the site via cURL, have it wait a couple of seconds until the AJAX requests are done and analyze the request that the site made?
© Stack Overflow or respective owner