I make an HTTP request going to the TeamSite server using an URL like
http://my.teamsiteserver.com/someURLThis works fine and yields the expected result (in this case, an XML file).
Then I use the TeamSite Templating Preview on a DCR (open the DCR, push "Preview"). The DCR is previewed, this is also fine.
When I now call the above mentioned URL "
http://my.teamsiteserver.com/someurl" in the browser again, TeamSite redirects (302) that to the workarea that the preview uses. It becomes:
http://my.teamsiteserver.com/iw-mount/MyBranch/WORKAREA/MyWorkarea/someURLwhich is of course not the URL I wanted. When I close all browser windows and call that URL again, I get the correct (first) result.
So, how can I keep TeamSite from virtualizing my "/someURL" into the currently used preview workarea? Any hint appreciated.