Hello,
I'm trying to make a script that will download search results from a HTTPS website using POST. So far, I'm able to download the web page before the submission but not the response page containing the search results. The problem seems to be that curl isn't waiting long enough for the response page to appear.
The website behaviors likes this.
Website appears-> input form data -> click submit -> progressing icon appears -> returns new web page with search results( new data but the url doesn't change )
My code: curl -d "postData" -k url