Click to See Complete Forum and Search --> : How can I respond to an HTTP request ?


August 16th, 1999, 12:16 AM
hello all

I want my app to respond to browser request. How can my app send respond header ?
is it just sending a string containing the respon header to browser ?
if I want to add a file to send after the header, can I do it by sending binary transfer after I sent all the respon header ?

thanx