Re: Adding headers - WeOnlyDo Discussion board

Re: Adding headers (General questions)

by wodDamir, Wednesday, January 19, 2011, 09:46 (4844 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


Complete thread: