Help debugging 10 lines of code!!

Cancelado Publicado Mar 4, 2004 Pagado a la entrega
Cancelado Pagado a la entrega

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;

}

.NET

Nº del proyecto: #305

Sobre el proyecto

3 propuestas Proyecto remoto Activo Mar 9, 2004

3 freelancers están ofertando un promedio de $8 por este trabajo

ITMasters

I KNOW HOW TO SOLVE THIS!!! I have working solution. I can give you immediate answer after escrowing money. Sincerely, Serg

$15 USD en 0 días
(0 comentarios)
3.6
len5134

Concatenate single quotes around your string.

$5 USD en 0 días
(0 comentarios)
0.0