Is there any way to scrap the website before it is redirected to another website? I'm trying to scrap a website which will automated redirect to the Login form if I haven't signed in yet. Found a solution on Stackoverflow written in Python: https://stackoverflow.com/questions/57273335/how-to-scrape-a-page-if-it-is-redirected-to-another-before
Do you have any idea how can we do this using Dart?
Is there any way to scrap the website before it is redirected to another website? I'm trying to scrap a website which will automated redirect to the Login form if I haven't signed in yet. Found a solution on Stackoverflow written in Python: https://stackoverflow.com/questions/57273335/how-to-scrape-a-page-if-it-is-redirected-to-another-before
Do you have any idea how can we do this using Dart?