cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up the External URLs for Sourcing access

Former Member
0 Kudos

Gurus,

This is what we want to achieve and would like your advice, as to how to achieve this.

We would be having a string, lets say:

' example.sourcing.com '

When we input just this string in the browswer, this is the behaviour we are expecting:

1. It should resolve to Supplier side url if the access is from a external network with HTTPS access.

2. It should resolve to Buyer side url if the access is from internal network or VPN access. It should be HTTP access.

We understand , that we need to do the settings on the cluster configuration.

Please help us to configure this.

Thanks,

Pankaj and Team

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello,

My recommendation would be to have 2 separate clusters. Create separate cluster configurations for buy-side and sell-side pointing to their respective directory configurations. Create a DNS alias and set that as the host name for the buy-side cluster. For sell-side cluster do the same. For supplier access, Iu2019m assuming the SSL offloading will happen at the load balancer and the traffic between load balancer and the app server is HTTP. For this to work, a HTTP header u201CX-Original-HTTPSu201D with a value of u201Conu201D should be injected at the load balancer.

Regards,

Vikram

Former Member
0 Kudos

Hello Vikram,

Can you please send webdispatcher profile to check the redirect syntax, because I've tried using "X-Original-HTTPS:on" but noway...

I've tried to specify protocol...and finally I used on "TO" to redirect, but the protocol change from https to http. Thanks for your help.

Regards,

A.