26-Jul-2020 09:14
Hi all
We have configuration redirect http to https. with use 1 irule redirect for F5.
But we have 1 url with 2 segment http to https. But only 1 segment http >> https.
This is us URL:
We access direct to Server
http://uat-pcm-app01.ena.com:9001/ARXAuth/LoginScreen.jsp?redirectURL=http://uat-pcm-app01.ena.com:9001/ARXAL/AALIndex.jsp&userType=Cop
===> Access ok
------------------------------------------------
Access via F5: use redirect irule for F5
URL not working.
https://pcmuat-bo.ena.com/ARXAuth/LoginScreen.jsp?redirectURL=http://pcmuat-bo.ena.com:80/ARXAL/AALIndex.jsp&userType=Cop
--------------------------------------
We have try test . If use Same via F5 and URL
https://pcmuat-bo.ena.com/ARXAuth/LoginScreen.jsp?redirectURL=https://pcmuat-bo.ena.com/ARXAL/AALIndex.jsp&userType=Cop
It is OK.
Finnaly How do you do redirect 2 http in 1 URL ?
Please help me.
Thanks all