Forum Discussion
TomNSCPO8_12229
Nimbostratus
Aug 08, 2014Peoplesoft 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 l...
Cory_50405
Noctilucent
Aug 11, 2014When you say "will not allow sign on", what is the error message or behavior that you are seeing? Is it just returning to the sign on page repeatedly? If so, your logic is looping. Try this one:
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
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects