Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Rewrite URL using iwproxy?
System
Is there a good way to redirect a user or rewrite the URL to a TS-independent location, based on what branch the user is in?
I've been "playing" with iwproxy for quite a while now and have been unsuccessful so far.
TS 6.5 SP2
Thanks,
Dave
Find more posts tagged with
Comments
nipper
Can you give a specific example ? This should be possible.
Birt-Bug.pdf
birtfile.rptdesign
Migrateduser
Absolutely --
In my head, I'm thinking:
^/iw-mount/default/main/ { ... } /CIO/(.*)$=
http://ciopreview-bat:81/cio/$1
The squiggly braces is just shorthand and not intended to be part of the regex, but to give a little more info, ciopreview-bat is actually on the same box there's a .NET framework set up such that it will allow someone to log in to an app if and only if the URL is similar to the right side of that equation above. So, instead of changing framework stuff, I'm wondering if this can be achieved via iwproxy.
Dave
nipper
One question, normally the proxy redirects, and information is passed back through TS. You do not want that correct ?
A kind of simplistic approach, do a redirect to a index.html on some branch that forwards to the new URL.
Migrateduser
I think I understand what you mean -- to redirect to maybe not an index.html but something that can handle the URI and parse that to know which specific file to redirect to in the virtualized directory?
Is there really no more straight-forward way to do this? I'm sure someone's done something like this before but maybe not necessarily using iwproxy. Maybe it's been on the web server level.
Hmm...
:mad: