Forum Discussion
Peoplesoft HTTP(80) to HTTPS(8050) redirect
Hello All,
Wondering if someone could shed some light on an issue I am having redirecting to https port 8050. I am new to f5 so any direction would be great
I have a virtual server setup listening on an IP. I am trying to redirect to a VS on port 8050 that pulls up the full login URL. However, I keep getting random page cannot be displayed. Could someone check my code and make any adjustments you see wrong?
THANKS!
when HTTP_REQUEST { Redirect from / to actal URL. if { [HTTP::uri] equals "/"} { HTTP::redirect https://globalhrtst.global-legal.com/psp/HRTST/EMPLOYEE/HRMS/?cmd=login } else { HTTP::redirect "https://[HTTP::host]:8050[HTTP::uri]" } }
12 Replies
- aravind_205268
Nimbostratus
Hi Cory , when HTTP_REQUEST { Redirect from http://globalhrtst.global-legal.com/psp/HRTST/?cmd=login to actual URL. if { [HTTP::uri] eq "/psp/HRTST/?cmd=login" } { HTTP::redirect https://globalhrtst.global-legal.com/psp/HRTST/EMPLOYEE/HRMS/?cmd=login } }
where did you write this piece of code inside PT_BRANDING?
Aravind.
- chicago_330050
Nimbostratus
what is the solution to this question??
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com