I am trying to find the full webpage address for a form generated by a website. The website is https://treasurer.maricopa.gov/Parcel/?Parcel=50427029
Once you get there I want to see the web address for the Redemption Statement. You click on it and then have to click on another link to get the form showing all the information I want to scrape.
Here is the problem. The web address says https://treasurer.maricopa.gov/Parcel/RedemptionStatement.aspx
I know this is not the full address and is being hidden by the aspx suffix at the end. However, I can't find a way to determine the complete web address url.
Any thoughts?
Thanks.