Now the redirect from ICM of the backend system works and redirect the user automatically to webdispatcher.corp.com, however the request is then proxied to backendsystem.corp.com by the web dispatcher, which then in turn redirects again to the web dispatcher. So we end up with a circular reference...
How can this be solved? Can requests from the web dispatcher be excluded in any way from the redirect?
Have you tried to read the http header's referer field? From there you should be able to identify the origin of the traffic (in this case from your webdispatcher) to prevent additional redirecting
I was hoping something like this was possible, however I dont' know how this could be put into place as an ICM parameter. Could you point me in the right direction?
Add comment