Re: Adding headers (General questions)

by wodDamir, (5277 days ago) @ Matt C

Matt,

You can't. Basically, asp.net code isn't interpreted by the component, but is passed to .net engine. The output is returned and stored into Response object.

The only way to communicate to the webapp would be to change the request/response before actually sending it back to user.

Regards,
Damba

locked

Complete thread: