python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
C# WebException Response Parsing Issues
I am making an API call to a third party API, the code snippet was made to make a request and extract the response body from the response into a string in .Net 3.1.
I can parse successful responses no...
junsoo kim
Votes: 0
Answers: 1
Format response content with python requests module
I have a web page which I can access from my server. The contents of the web page are as below.
xys.server.com - /xys/reports/
[To Parent Directory]
3/4/2021 6:09 AM <dir> All_Master
...
Raj Raj
Votes: 0
Answers: 0
Using HttpWebRequest/Response To Download A Binary (.exe) File From A Web Server?
I am writing a program that needs to download an .exe file from a website and then save it to the hard drive.
After many web searches and fumbling through examples here is the code I have come up with...
Ahsan
Votes: 0
Answers: 1
How do i make an async GET with authentication in c#?
I need to make this code async, also visual studio is telling me that the HttpWebResponse that I'm using is deprecated, though it's the only way I can make the data download work:
for (int i = 2; i &l...
Raiaki
Votes: 0
Answers: 1