Hi,
I have made a HTTP handler that looks up some information in DW and returns this information to the browser. The handler should be used in an AJAX call. But how do I make my HTTP handler run in DW context? Right now I have my HTTP handler running, but it can not get the current pageview which I need access to, because the HTTP handler runs before DW.