For websites behind logins, it would be nice if you could generate and send a logged in cookie along with the request, to properly render that URL.
Actually sending the cookie in the HTTP header looks like it would be straightforward - generating the cookie will probably be more hassle and be different depending on the sites. Most are probably OAuth though.
For websites behind logins, it would be nice if you could generate and send a logged in cookie along with the request, to properly render that URL.
Actually sending the cookie in the HTTP header looks like it would be straightforward - generating the cookie will probably be more hassle and be different depending on the sites. Most are probably OAuth though.