Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ketarin download error when trying to pass POST vars in URL #25

Open
dtgm opened this issue Jul 9, 2015 · 1 comment
Open

Ketarin download error when trying to pass POST vars in URL #25

dtgm opened this issue Jul 9, 2015 · 1 comment
Labels

Comments

@dtgm
Copy link
Owner

dtgm commented Jul 9, 2015

An exception occurred during a WebClient request. (http://api.thebrain.com/?a=doDirectDownload&id=70)

Triggered not by my code, but for reference, here is how I am getting the 64-bit file (may need to be fixed):

  string savePath64 = Path.Combine(varWorkdir, saveFileName64);
  System.Net.WebClient webClient = new System.Net.WebClient();
  webClient.DownloadFile(varChecksum64File, savePath64);
@dtgm
Copy link
Owner Author

dtgm commented Jul 9, 2015

{url:encode} / {url:decode} do not seem to help

@dtgm dtgm added the ketarin label Sep 1, 2015
galeksandrp pushed a commit to galeksandrp/chocolatey-packages that referenced this issue Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant