Currently, I am extracting data feeds from a webpage by clicking a button that is similar to the 'Login' button displayed on the following link:
However, this button acts as a 'Download' request that initiates the download of a csv report.
Instead of manually visiting the webpage to download the data every time, I am trying to automate the process of downloading the report to input into my scripts. However, I am struggling to determine the link for this 'get' request or how to directly download the file using wget. Essentially, I am trying to figure out what is the source behind the button.
How can I discover this information?
Despite examining the page source, I have not been able to find any clues regarding this.