Jump to content

Screen Scraping


Miles LLC

Recommended Posts

Ok,

 

 

I know how to screen scrape, but I don't know how to screen scrape when there is a login. I've looked this up for awhile, but no luck.

I'd like to also make it so I can execute a url when I am logged in on the script for the script, for an example execute this url: http://site.com/data.php?id=9912&submit=1

 

Thanks in advanced.

Link to comment
https://forums.phpfreaks.com/topic/245252-screen-scraping/
Share on other sites

Log in manually from your own comp.  Grab the cookie "javascript:void(alert(window.document.cookie));" and add it to CURLOPT_COOKIE.  Until your session is removed from the server (you log out or expire), it should be fine.  I use it on a daily basis. :P

Link to comment
https://forums.phpfreaks.com/topic/245252-screen-scraping/#findComment-1259654
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.