Good morning, I have an app that makes a webview of a page made in laravel, to be able to download the pdfs that are on the page use AdvancedWebView. Now I find myself with the problem that if the links are not direct and laravel handles the link, the pdf is not downloaded, the pdfs that are with direct url are downloaded. I have to use the link that Laravel manages because it has to enter with a password to be able to download those pdfs. Can somebody help me?