CURL - Track All requests

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
J0kerz
Forum Commoner
Posts: 37
Joined: Fri May 29, 2009 2:51 pm

CURL - Track All requests

Post by J0kerz »

Hi there,

I was wondering if there is a way to track all the GET requests that are done during a curl transfer?

For example, I am currently using the LiveHTTPHeader plugin in Firefox, and when I load a webpage, I can see the followings:

Image

Is there anyway to get similar info using CURL? If yes, wich parameters/functions should I used?

Thanks!
Post Reply