python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
dotnet not following system proxy settings
I installed fiddler the other week, and now some HTTPs requests only work when Fiddler is open and running. When Fiddler is not open. I have gone into Windows system proxy settings and confirmed that ...
Phalanx
Votes: 0
Answers: 0
ASP.NET Core 5.0 Web API deployed in App service call third party API fails intermittently and raise 500 (Internal Server Error)
ASP.Net Core Web API Call Thirds party API fails intermittently.
The following exception raises intermittently when load test with postman.
"Call failed with status code 500 (Internal Server Erro...
user3497702
Votes: 0
Answers: 1
c# a task was canceled at the await call
I'm trying to hit my simple server's endpoint using the following code, but I keep getting "A task was canceled." during the await call. The server's logs don't show any errors and cts.IsCan...
wheeeee
Votes: 0
Answers: 2
How to get server certificate information with SocketsHttpHandler in .NET
My service uses SocketHttpHandler to download web contents and sends back to clients. I am trying to pass server certificate information, too.
I know that SocketsHttpHandler has a property to specify ...
Han
Votes: 0
Answers: 0