Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalconverting _variant_t to string Pin
16-Apr-02 7:00
suss16-Apr-02 7:00 
GeneralRe: converting _variant_t to string Pin
NapiSpooler16-Apr-02 8:35
NapiSpooler16-Apr-02 8:35 
GeneralRe: converting _variant_t to string Pin
Tim Smith16-Apr-02 10:13
Tim Smith16-Apr-02 10:13 
GeneralMigration java -> c++ Pin
Zizilamoroso16-Apr-02 6:08
Zizilamoroso16-Apr-02 6:08 
GeneralRe: Migration java -> c++ Pin
dazinith16-Apr-02 6:16
dazinith16-Apr-02 6:16 
GeneralRe: Migration java -> c++ Pin
Zizilamoroso16-Apr-02 7:00
Zizilamoroso16-Apr-02 7:00 
GeneralRe: Migration java -> c++ Pin
Ravi Bhavnani16-Apr-02 6:28
professionalRavi Bhavnani16-Apr-02 6:28 
GeneralISAPI filter for raw data Pin
rajacm16-Apr-02 5:41
rajacm16-Apr-02 5:41 
Hi,

I have a socket client which will send data ( raw bytes followed by HTTP request) to the IIS server.

EX: the packet would be something like this,
"Binarydata(96 bytes)GET /myserver/myserver.asp?val1=v1&val2=v2 HTTP1.0 /n/n"
The above data represents some Binarydata of 96 bytes followed immediately by HTTP request reaching the
server page myserver.asp through the IIS Server.

If this data is sent directly( without filter) from the socket client to the Server , the IIS server would not interpret the
request, as the actual "GET" request is preceeded by some Binarydata.


I need help in the approach for developing an ISAPI Filter which satisfies the following criteria,

1. The ISAPI dll would run in between the IIS server and the Socket Client application.
2. It would capture all the bytes that is sent from the Socket Client application to the IIS server, strip out the 96 bytes & process it.


I would also like to know if ISAPI is the right approach.
Thanks for reading . Eagerly Expecting replies Smile | :)

regards
raja

GeneralOFNHookProc Pin
Anthony988716-Apr-02 5:35
Anthony988716-Apr-02 5:35 
GeneralBest collection class for CPoint object. Pin
kursatkaraca16-Apr-02 5:28
kursatkaraca16-Apr-02 5:28 
GeneralUNICODE Pin
Rage16-Apr-02 5:23
professionalRage16-Apr-02 5:23 
GeneralRe: UNICODE Pin
Philip Patrick16-Apr-02 6:35
professionalPhilip Patrick16-Apr-02 6:35 
GeneralRe: UNICODE Pin
Le centriste16-Apr-02 6:52
Le centriste16-Apr-02 6:52 
GeneralRe: UNICODE Pin
Le centriste16-Apr-02 18:25
Le centriste16-Apr-02 18:25 
GeneralStartPage() and Document/View Pin
dazinith16-Apr-02 5:19
dazinith16-Apr-02 5:19 
GeneralRe: StartPage() and Document/View Pin
Roger Allen16-Apr-02 6:34
Roger Allen16-Apr-02 6:34 
GeneralRe: StartPage() and Document/View Pin
Roger Allen16-Apr-02 6:40
Roger Allen16-Apr-02 6:40 
GeneralRe: StartPage() and Document/View Pin
Jonathan Craig16-Apr-02 7:28
Jonathan Craig16-Apr-02 7:28 
QuestionFile equivalent to ntprint.inf in Win98 ? Pin
Somu Lakshmanan16-Apr-02 5:18
Somu Lakshmanan16-Apr-02 5:18 
GeneralAccessing text controls of other dialog box Pin
16-Apr-02 4:58
suss16-Apr-02 4:58 
GeneralRe: Accessing text controls of other dialog box Pin
Chris Losinger16-Apr-02 5:05
professionalChris Losinger16-Apr-02 5:05 
GeneralRe: Accessing text controls of other dialog box Pin
18-Apr-02 4:56
suss18-Apr-02 4:56 
GeneralRe: Accessing text controls of other dialog box Pin
dazinith16-Apr-02 5:34
dazinith16-Apr-02 5:34 
GeneralRe: Accessing text controls of other dialog box Pin
18-Apr-02 4:55
suss18-Apr-02 4:55 
QuestionHow can I easily access addresses in DirectPlay? Pin
Vinsent16-Apr-02 4:48
Vinsent16-Apr-02 4:48 

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.