On Friday, November 1, 2002, at 05:20  AM, Oliver Brodwolf wrote:

At a http-request, my application has to decide very early, if the stream
has to be sent to the user-process; then it decides if a4d can handle the
request. I think that active4d won't be able to handle everything for me at
the moment - I have to analyze the request header, which is why I wrote my
own 4d-plugin. The URL, the suffix, the host and the cookies are all
important for me before before a4d can have the request.

Since I am doing the header parsing for you, you could use the pre-execute hook to examine
the headers and cookies, then send the stream to the user process if necessary
and return false to keep Active4D from executing the request.


This makes me realize that I need to pass the streamref into the hook.


But if I can use at least some of the new functionality, is it possible to
change or add parameters to the form variables collection?

Yes, the pre-execute hook will be given handles to all of the request collections,
with which you can use any of the generic collection commands.


Regards,

   Aparajita
   Victory-Heart Productions
   [EMAIL PROTECTED]
   www.aparajitaworld.com




Reply via email to