hi guys
this scraper should parse pages where links to external sites are served through a redirection
I mean, to link example.com Web Page they'll send you to http://link.thissite.com/some-weird-url&anykind=ofcrap, that redirects you to example.com
how can I find out where it redirects?
suggestions,link,guides,whatever is welcome
should it be done with http headers?
it's just the only way I can imagine, but I've never worked with headers so, again, any suggestion is welcome
this scraper should parse pages where links to external sites are served through a redirection
I mean, to link example.com Web Page they'll send you to http://link.thissite.com/some-weird-url&anykind=ofcrap, that redirects you to example.com
how can I find out where it redirects?
suggestions,link,guides,whatever is welcome
should it be done with http headers?
it's just the only way I can imagine, but I've never worked with headers so, again, any suggestion is welcome