Hello,
I am trying to deliver embedded content from an application I have written
into SharePoint 2007 (MOSS). I am trying to use the Content Editor Web Part
and configure it to use a URL to get the HTML from the other application (on
the same server). However, I need the request to the custom app to either be
in the context of the requesting user or to pass the current user name in the
Querystring. I know I could just write a custom Web Part to handle this but
I was hoping to make it easy on myself. Does anyone have any suggestions.
Thanks