Click here to Skip to main content
15,921,716 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: PHP + Access DB = please help? Pin
Vasudevan Deepak Kumar21-May-05 3:06
Vasudevan Deepak Kumar21-May-05 3:06 
GeneralDownloading, editing and uploading files on the fly Pin
Julio Aragao19-May-05 10:05
Julio Aragao19-May-05 10:05 
GeneralRe: Downloading, editing and uploading files on the fly Pin
niansah19-May-05 21:30
niansah19-May-05 21:30 
GeneralRe: Downloading, editing and uploading files on the fly Pin
Julio Aragao20-May-05 2:26
Julio Aragao20-May-05 2:26 
GeneralRe: Downloading, editing and uploading files on the fly Pin
Anonymous27-May-05 17:14
Anonymous27-May-05 17:14 
GeneralProblems redirecting to a frame Pin
brian5519-May-05 7:43
brian5519-May-05 7:43 
GeneralRe: Problems redirecting to a frame Pin
Alsvha22-May-05 23:40
Alsvha22-May-05 23:40 
GeneralEmpty HttpWebResponse length for some urls Pin
Jason Manfield18-May-05 18:11
Jason Manfield18-May-05 18:11 
For some URLs (e.g.http://v3.espacenet.com/origdoc?DB=EPODOC&IDX=WO2005028634&F=0&QPN=WO2005028634), the content length for the HttpWebResponse I get with request.GetResponse in empty. The response.GetResponseStream() also empty.

Here is the code snippet:

HttpWebRequest req = (HttpWebRequest)WebRequest.Create(pageAddress);
HttpWebResponse resp = (HttpWebResponse)req.GetResponse();
StreamReader sr = new StreamReader(resp.GetResponseStream());
string pageData = sr.ReadToEnd();

The Content Type for the response is "text/html; charset=iso-8859-1" and the HttpStatusCode was OK.

What am I missing?

GeneralRe: Empty HttpWebResponse length for some urls Pin
minhpc_bk19-May-05 19:52
minhpc_bk19-May-05 19:52 
GeneralRe: Empty HttpWebResponse length for some urls Pin
Jason Manfield20-May-05 9:18
Jason Manfield20-May-05 9:18 
GeneralLinefeed in normal text Pin
Brendan Vogt18-May-05 4:42
Brendan Vogt18-May-05 4:42 
GeneralRe: Linefeed in normal text Pin
Ted Ferenc18-May-05 5:30
Ted Ferenc18-May-05 5:30 
GeneralRe: Linefeed in normal text Pin
JKroschel18-May-05 10:49
JKroschel18-May-05 10:49 
GeneralRe: Linefeed in normal text Pin
niansah19-May-05 2:08
niansah19-May-05 2:08 
GeneralRe: Linefeed in normal text Pin
Brendan Vogt19-May-05 2:13
Brendan Vogt19-May-05 2:13 
GeneralRe: Linefeed in normal text Pin
niansah19-May-05 2:22
niansah19-May-05 2:22 
GeneralRe: Linefeed in normal text Pin
d_vaibhav23-May-05 2:57
d_vaibhav23-May-05 2:57 
GeneralNULL Values in CreateParameter method Pin
Brendan Vogt18-May-05 4:40
Brendan Vogt18-May-05 4:40 
GeneralRe: NULL Values in CreateParameter method Pin
niansah19-May-05 2:33
niansah19-May-05 2:33 
GeneralRe: NULL Values in CreateParameter method Pin
Brendan Vogt19-May-05 2:39
Brendan Vogt19-May-05 2:39 
GeneralRe: NULL Values in CreateParameter method Pin
niansah19-May-05 2:42
niansah19-May-05 2:42 
GeneralRe: NULL Values in CreateParameter method Pin
Brendan Vogt19-May-05 2:56
Brendan Vogt19-May-05 2:56 
GeneralRe: NULL Values in CreateParameter method Pin
jcrussell19-May-05 20:52
jcrussell19-May-05 20:52 
GeneralUrgently need help Pin
NityaKakkar17-May-05 18:41
NityaKakkar17-May-05 18:41 
GeneralRe: Urgently need help Pin
JKroschel18-May-05 4:08
JKroschel18-May-05 4:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.