Hello, everyone, I've created a small utility to quickly login to a site, in order to get some pdf files. While completing login form, redirecting and so on, using a webView and webViewExtras worked, the final step (the one clicking at the pdf's link) is not working.
Now, I know that this is a limitation of the webView component, still, while trying to get the pdfs' using httpUtils2, it failed, and I'm quite sure this has to do with session parameter and some other stuff probably, which I know nothing about.
Then, I've tried to reconstruct the whole process using strictly httpUtils2. Since there are many redirections, I cannot easily find the complete route. My thought now is to inkect js into the original pages using httpUtils2. Can this be done?
Or, is there a workaround to open the pdf somehow?