is there any way to get (and, let's say display that) info about each redirection on the way to the final url using cURL (e.g. curl_getinfo function)?

Thanks!

link|improve this question

feedback

1 Answer

You can get the header of a page using get_meta_tags. I do not know if this will get you all headers or just the last one.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.