You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Gargl and pygargl to download a xml file from website. After get into the website, I need to click some selections to confirm which items to be downloaded, then I click the button of "export data", it will download the xml file from the website to my computer. And there is some information "content-disposition:attachment; filename=Export090916.xml" from the response headers.But I cannot find anything in response body. Could you please give me some ideas about how to download the xml file using Gargl and pygargl?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
What page are you doing this from, and what URLs are not providing any response body? Does the network tab show the response body for the same request/response?
Since the response is not recorded in Chrome, we had to use cURL. Firefox is not as strict as Chrome and it will show the response even though the file name is not in quotes.
Hi,
I am trying to use Gargl and pygargl to download a xml file from website. After get into the website, I need to click some selections to confirm which items to be downloaded, then I click the button of "export data", it will download the xml file from the website to my computer. And there is some information "content-disposition:attachment; filename=Export090916.xml" from the response headers.But I cannot find anything in response body. Could you please give me some ideas about how to download the xml file using Gargl and pygargl?
Thanks!
The text was updated successfully, but these errors were encountered: