Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the content of the Response object
Message
From
18/05/1999 15:48:34
 
 
To
18/05/1999 14:58:52
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00220093
Message ID:
00220201
Views:
29
>I assume you already have VFP processing the ASP request on the backend. Is that correct?

No. The java client/applet sends a request to the server. The server is in fact my Server.asp, which instantiates other COM objects (they can be anything: VFP, VC++, VB). These COM objects return the info from the database and the Server.asp sends it back to the client using Response.Write. I need to be able to analyze the info that will be sent to the client before it is actually sent (for logging purposes, security, etc).

The response may be just a bunch of info or an HTML report but this is not important.

I know that the Response object can be buffered, etc, but I couldn't find a way to see (while I'm still on the server) the info stored in the Response object.

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform