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)
Why does HttpWebResponse behave differently when integrated to Power BI Report Server custom security project?
I developped a Custom Security extension for Power BI Report Server as we needed a token validation process to athenticate users.
I coded a method in a C#.NET project which works on both dev and test ...

Guillaume Leseur
Votes: 0
Answers: 0
HttpWebRequest failing on send through website application, but works in console app
I have a form on my website that makes a basic Get request to an API (managed by the client). It was working for years, until suddenly, it started throwing the error:
The underlying connection was clo...

Erica Stockwell-Alpert
Votes: 0
Answers: 0
Http Request being blocked by the Hosting provider?
I have a simple Php server which is expecting the simple http get request and then Respond with some encrypted data
The http web request is made by a small application which uses wininet.dll to make t...
M_Arad
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