https scraping scession via script
I am trying to scrape data from a secure website. Whenever I visit the site in IE through the proxy everything loads just find in the scraping secession. However when I evoke the secession with a script and then look at the response I see a jumbled, encrypted mess. My script works just fine with their non secure site, but I want information that is only on the secure site.
Am I doing something wrong? Is there a setting I need to setup? Is what I want possible? Thanks for your help.
https scraping scession via script
After checking again it appears that I explained things a little wrong. The problem is this:
The response is readable when I choose proxy from the tree, but not readable when I choose scraping secession from the tree. Obviously I need to be able to still read the response in the scraping secession.
What do I need to do to make that possible?