I am trying to configure SPS and currently the flow isn’t working correctly. Let’s use frontend.com and backend.com/target for this example.

 

Proxy rules is …

<nete:proxyrules xmlns:nete=”http://frontend.com“><nete:forward>http://backend.com/target$0</nete:forward>

 

1.User types in frontend.com/ and login page is served as expected showing frontend.com/siteminderagent/forms/…

2. User successfully authenticates and is forwarded … but we receive a 404 error instead of the requested resource.

3. The url displays frontend.com/target 

4. WebAgentTrace log shows that the flow breaks when trying to forward to the requested resource. But instead of frontend.com/target, it tries to forward to frontend.com/target/target/.

 

Any idea why it is trying to add the /target/ twice? I’ve tried to play with the trailing slashes in the proxy rules as well as $0 and $1.


Source: New feed
{pubDate}

Leave a Reply

Your email address will not be published. Required fields are marked *