Hi there,
at the moment have a problem, that we have a cgi-callout in a dct to select images from a popup which comes from a image-server.
the dct is like this:
label ="Choose"
url = "/HUHU"/>
This string is remaped
via iwproxy, so that a request goes to the image-server like this:
[iwproxy_preconnect_remap]
_regex=^(.*)HUHU(.*)=
http://localhost:9090/YURANGA/Standard/$2The service on port 9090 is a little webapp which connects communicates with the image server. This webapp is hosted on the Teamsite Tomcat
The image-server wants to set a cookie for authorization, but the cookie is never set at the client and therefor the popup to choose the images comes with an error.
If we set the url in the dct not to /HUHU but to
http://localhost:9090/YURANGA/Standard/and so do not go through the iwproxy everything works fine.
Does anybody can help or had similar issues with iwproxy and cookies?
Thanks!
Robert
We run TS 6.7.1 on Solaris