Categories
How to get the html code of a page if it redirects?
how to get the html code of the page to parse the news if it has ddos protection https://www.mzv.cz ?
Answer the question
In order to leave comments, you need to log in
You can use curl: To disable redirect:curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question