I have a url like this “https://site.com/cgi-bin/somescript.pl?file=12345.pdf&type=application/pdf”. When i go to this url it will dispaly an pdf in my browser in an iframe. Is it possible to save this pdf? I am thinking of getting the http response stream and dump it into a file. Please advice. Thanks.
I have a url like this https://site.com/cgi-bin/somescript.pl?file=12345.pdf&type=application/pdf. When i go to this url it
Share
Something like this would work