Click here to Skip to main content
15,891,033 members
Articles / Programming Languages / C#

Programmatically make(fake ;)) HTTP Requests using WebRequest, WebResponse and WebClient

Rate me:
Please Sign up or sign in to vote.
4.33/5 (4 votes)
31 Jul 2020CPOL3 min read 27.7K   15  
How to programmatically make(fake ;)) HTTP Requests
It's pretty straightforward making GET and POST Requests and analysing the corresponding responses from C# code. In this post, I’ll try to discuss the most common methods to accomplish the same.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
I am a Developer working across multiple Technologies like .NET, Scala, Angular and NodeJS.
Passionate about WEB technologies more than anything.
Fascinated about the idea of how the WEB world and the WinForm world are slowly merging into each other, with a very thin line to differentiate them.

I am an active blogger and I blog mostly about Technology. Also, I have presented at certain points in the past on technical topics.

My Blog


Life & Tech

Programming Community Profiles


Stack Overflow
GitHub

Presentations


Slideshare

Social Profiles


Facebook | Twitter | LinkedIn | Google+

Comments and Discussions