❔ How do i pull GET requests with HTML and C#?
I'm trying to pull data from a web browser using the GET /"insert here" HTTP/1:1 but i am confused on how to implement this with the C# Code, if anyone wouldn't mind giving an example.
4 Replies
HttpClient Class (System.Net.Http)
Provides a class for sending HTTP requests and receiving HTTP responses from a resource identified by a URI.
you need to use HttpClient to make http requests
alright, thanks
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.