Suppose I am using Microsoft IIS, when we request a aspx page, it is processed at server side & html response is generated for the client, but if we request for an exe or any other file, server does not processes anything, it simply sends the requested file to the client, & we can download that file as a popup is generated in IE which has option for Save to Disk.
My question is that, what HTTP method is used to directly return the requested file to the client without processing anything.
2007-09-29
16:14:59
·
4 answers
·
asked by
Ankit G
2
in
Computers & Internet
➔ Computer Networking