Here is the HTTPWebRequest code if that helps.
Code:
string infospaceUrl = "http://www.something.com/page=thelongstring";
try
{
UTF8Encoding encoding = new UTF8Encoding();
byte[] encodedPayload = encoding.GetBytes("");
Leave a comment: