I have a problem with a WebRequest in C#. It\'s a google page. The header states text/html; charset=ISO-8859-1
I am working on a siteripper / screenscraper for looking up tracking information on the Royal Mail website. Unfortunately Royal Mail do not support an API, so this is the way to do it.
I have task of uploading file to java servlet. I installed Fiddler to see where web requests are sent and what post data is sent. After logging into java servlet using HttpWebRequest GET method I rece
I have this function in C# witch is called via a timer every 1 minute... private void timer1_Tick(object sender, EventArgs e)
I have recently started my job as web application backend developer. I am bit stuck in understanding lifecycle of a Http request.
In my Windows CE 6.0 app, I am communicating with a proprietary web server device that is returning bad header information (more specifically, it\'s returning NO header information).
I have a string that stores a URL that contains %26 for & at one point in the URL, because that is required for the URL that I am trying to call.
This is probably the weirdest problem I have run into. I have a piece of code to submit POST to a url. The code doesn\'t work neither throws any exceptions when fiddler isn\'t running, However, when f
I was wondering whether anyone had encountered a problem with Stream.Write() where it works under a dev (Windows 7) environment but fails under a server environment (Windows 2008 R2 Enterprise)?
When I run a HTTPWebRequest on a particular URL, it returns 503 (Server Unavailable).Here is my code: