I have a problem with a website, for which I intend to download some pdf files without the need to use a browser.
I download the main web page, then I request another one (cause their system is not allowing direct access without first opening the main page), and then comes a page which includes a <BODY onLoad=document.SingleSignOn.submit();>
Now, since the onLoad is not working, I'm posting to the action-url all the hidden variables.
Unfortunately, I get an error page saying that this is a single sign on server, instead of getting me to the login page.
I'm wondering where the problem might be, any help would be appreciated.
I download the main web page, then I request another one (cause their system is not allowing direct access without first opening the main page), and then comes a page which includes a <BODY onLoad=document.SingleSignOn.submit();>
Now, since the onLoad is not working, I'm posting to the action-url all the hidden variables.
Unfortunately, I get an error page saying that this is a single sign on server, instead of getting me to the login page.
I'm wondering where the problem might be, any help would be appreciated.
Last edited: