Simple function: Check if a webserver returns a non-200 HTTP status. Private Function RemoteFileOk(ByVal Url As String) As Boolean
I\'m trying to write a utility which will attempt to login to the Microsoft Online Admin website and report back as to whether it is reachable.
After I make two C# HttpWebRequests that throw an exception because of \"(500) Internal Server Error 500\", the third attempt throws a time out exception. Why doesn\'t it throw another (500) Internal
I have a some problem while Posting xml data Using HttpWebRequest. Actually I want to Post 3 Form variables
How do I pass username and password to an HttpWebRequest in Silverlight 4. since the HttpWebRequst class in silverlight does not implement 开发者_StackOverflow中文版Credentials property, therefore i
I\'ve created a program that loads data from an HTTP request. It has to load it every 1 sec or 0.25 sec.
I need to make from my app an authentificated httpwebrequest. the response to my request should be in json format. for this i\'m using the code below:
I have a HttpHandler which queries 3 web services within a single request and store the results in a single cookie.
function do_post_request($url, $data, $optional_headers = null) { $request = new HttpRequest($url, HttpRequest::METH_POST);
I am having difficulties figuring out what is causing wierd characters to appear in my output stream ... full code @pastebin