[code]
200 OK
Date: Thu, 29 Dec 2016 04:58:40 GMT
Content-Type: application/json;charset=UTF-8
Content-Length: 152
P3P: policyref="http://aitpro.local/w3c/p3p.xml", CP="NOI DSP COR NID CUR ADM DEV OUR BUS"
Connection: keep-alive
{"errno":0,"error":"Succeed.","entities":["24415","60837","http://replacetherealdomain.com/welcome.html"]}
[/code]
Above is a packet sent by webapp server to client via PTP mode SSL VPN(MAG6611)
After the webpage running on the client received the packet, it goes directly to http://replacetherealdomain.com/welcome.html not as expected as http://sslvpndomain.com:11002/welcome.html
the domain http://replacetherealdomain.com is already on the PTP replace list and was redirect to http://sslvpndomain.com:11002
So is there a configure to replace the link on the parameter section in a packet? Or is there an alternative method to this problem?
Thank you!