Help debugging 10 lines of code!!
Budjetti $5-500 USD
i need a function that makes a request to a page and can return the content as a string. I need this function to work on the page https://adwords.google.com. I have written the standard funtion below. It works for over a hundred different https urls i have tried, but i can not get it to work with this one site. I have been working on this problem for some time now and need a solution fast!!
Must use HttpWebRequest object and not msxml!
private string RequestPage(string url)
{
HttpWebRequest request;
HttpWebResponse response;
string responseText;
// Create request
request = (HttpWebRequest) [url removed, login to view](url);
// Add certificate
[url removed, login to view]([url removed, login to view](\\\"[url removed, login to view]\\\"))
// Get response
response = (HttpWebResponse) [url removed, login to view]();
// Read response stream
responseText = new StreamReader(
[url removed, login to view](),
[url removed, login to view]
).ReadToEnd();
[url removed, login to view]();
return responseText;
}
3 freelanceria on tarjonnut keskimäärin %project_bid_stats_avg_sub_26% %project_currencyDetails_sign_sub_27% tähän työhön
I KNOW HOW TO SOLVE THIS!!! I have working solution. I can give you immediate answer after escrowing money. Sincerely, Serg