i have a parser which parse a blog page which is parsing others page fine, instead One page and that page opens the Protection Page which ask the user to Wish to continue or not, because that blog page have some Adult content . So my parser failed at that time when that Protection page comes.Any idea to how i solve this issue.?
Thank you in Advance !!!
Here is the Image-
It depends on how the protection system is designed. If it is a mere redirection, you can skip the page. However, if it works by setting a cookie, you will have to visit the page, receive the cookie, and then pass that cookie back.
Are you parsing using
cURLor something else?