Am trying to do hide the actual content in the page source. For example if user visits the first or second etc page via browser user can view different informations but when user visits the second page and right clicks and goes to page source user has to see only first page information. This should work for ‘n’ number of pages. I have many websites doing like this. I want to know how to do this. I want to avoid people from scraping my site. I want avoid actual data or information in the response. My Question is Is it possible to do this? If it is possible how to do? Please tell me am new to web domain.
Share
You can’t serve content to people and prevent them from scraping it.
What you probably mean is that many modern websites use AJAX to request information from the web server which is then used to modify the existing page. It would make scraping a bit more work but only mildly so. A determined person could still scrape the content from your website.