I have not found this answered anywhere.I have a CLR function that exectues a webmethod call of my .NET application (.asmx).The web service successfully executes when called directly but when called v
I\'ve some problems with requesting an access token from facebook. First it worked. But now it doesn\'t work anymore and i don\'t think that i changed something in the specific codelines.
I have a silverlight 4 application using the ClientHttp stack to make a WebRequest which serves a binary stream. I then read from this stream and do stuff. However, I have the following problem: the s
I\'ve got a MonoTouch app that does an HTTP POST with a 3.5MB file, and it is very unstable on the primary platforms that I test on (iPhone 3G with OS 3.1.2 and iPhone 4 with OS 4.2.1). I\'ll describe
Let\'s say I have 50 requests that I started using BeginGetResponse. How do I check the status of each request?
I am messing around trying to write a small web crawler.I parse out a url from some html and sometimes I get a php redirect page.I am looking for a way to get the uri of the redirected page.
I recently discovered that the following does not work with certain sites, such as IMDB.com. class Program
I have a simple restful wcf service which I have created just for fun. I tried the invoke the post method but I am failling. here is the summary;
string strURL = (Request.IsSecureConnection ? \"https://website.com/Transaction.asmx\" : \"http://website.com/wTransaction.asmx\");
I\'ve to send some post to a server, so i create a webrequest set the method, the content type and the content lenght. It works ok.