Click here to Skip to main content
15,916,527 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: JavaScript Pin
abhi_code17-May-05 2:13
abhi_code17-May-05 2:13 
GeneralMS Exchange Server SMTP Logs in vb.net Pin
ThaSaint12-May-05 2:26
ThaSaint12-May-05 2:26 
GeneralRe: MS Exchange Server SMTP Logs in vb.net Pin
JKroschel12-May-05 17:20
JKroschel12-May-05 17:20 
Generalasp .net Pin
roopps11-May-05 19:03
roopps11-May-05 19:03 
GeneralRe: asp .net Pin
Christian Graus11-May-05 19:33
protectorChristian Graus11-May-05 19:33 
Generalcreate new folder Pin
ABBASI_RA11-May-05 15:43
ABBASI_RA11-May-05 15:43 
GeneralRe: create new folder Pin
Christian Graus11-May-05 16:09
protectorChristian Graus11-May-05 16:09 
QuestionHow to tell when a redirected GET has completed Pin
andybloom11-May-05 15:28
andybloom11-May-05 15:28 
I am developing a automated web data extraction program. One of the pages (POST) gets redirected. If I disable automatic redirection and attempt a GET to the redirection page, the server does not come back with the data (timeout). If I allow the redirection to occur, when I attempt to read the data (redirection is GET) I often end up reading a partial page (the transaction has not completed).

How can I tell the transaction completed for:

pFile = pServer->OpenRequest("POST", ....
:
pFile->SendRequest(NULL,NULL,(LPSTR)(LPCSTR)post_string,post_string.GetLength());

pFile->QueryInfoStatusCode(dwRet);

if (dwRet == HTTP_STATUS_OK) { <--- the status is OK even though the redirected read is in action at the time!
pFile->Read(htm_read_buffer, BUFFER_SIZE);
}

Thanks in advance!
GeneralServerXMLHTTP - invalid response Pin
hiccup11-May-05 14:30
hiccup11-May-05 14:30 
GeneralRe: ServerXMLHTTP - invalid response Pin
hiccup12-May-05 13:22
hiccup12-May-05 13:22 
GeneralDebugging IE Addon Pin
haries11-May-05 12:42
haries11-May-05 12:42 
Generalcomponents of webservices Pin
satishrg11-May-05 9:50
satishrg11-May-05 9:50 
GeneralRe: components of webservices Pin
Christian Graus11-May-05 15:27
protectorChristian Graus11-May-05 15:27 
GeneralRe: components of webservices Pin
satishrg12-May-05 3:17
satishrg12-May-05 3:17 
GeneralRe: components of webservices Pin
Christian Graus15-May-05 18:19
protectorChristian Graus15-May-05 18:19 
GeneralJavascript Object not Found error Pin
MylesOtter11-May-05 9:49
MylesOtter11-May-05 9:49 
GeneralRe: Javascript Object not Found error Pin
sprout7423-May-05 3:36
sprout7423-May-05 3:36 
GeneralSQL Injection Attacks Pin
Brendan Vogt10-May-05 20:21
Brendan Vogt10-May-05 20:21 
GeneralRe: SQL Injection Attacks Pin
Michael P Butler10-May-05 21:04
Michael P Butler10-May-05 21:04 
GeneralRe: SQL Injection Attacks Pin
Brendan Vogt10-May-05 21:12
Brendan Vogt10-May-05 21:12 
GeneralRe: SQL Injection Attacks Pin
Colin Angus Mackay12-May-05 4:44
Colin Angus Mackay12-May-05 4:44 
GeneralCreateParameter Length Value Pin
Brendan Vogt10-May-05 20:19
Brendan Vogt10-May-05 20:19 
GeneralRegular expressions Pin
Brendan Vogt10-May-05 20:16
Brendan Vogt10-May-05 20:16 
GeneralRe: Regular expressions Pin
MylesOtter11-May-05 10:14
MylesOtter11-May-05 10:14 
GeneralPHP AND JavaScript Pin
progman10-May-05 11:55
progman10-May-05 11:55 

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.