Is there a way to detect if someone is trying to parse your content with tools like Simple Html Dom so i can properly redirect those requests via .htaccess?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would guess not — all of these kinds of libraries happen client-side, so the request to your server is just a HTTP request like any browser would make. There might be some oddities in the request headers, but any diligent programmer could mimic what a common browser does and hide behind that.