Proxy_pass
Hello,
We need to redirect a HTTPS url to an external url. The customer only needs to see the original url. What is the best way to do this? Can we use Aflex for this or do we need to use the proxy feature?.
Example:
https://www.originalweb.com -> https://redirectweb.com
They now use <VirtualHost *:443> ServerName www.originalweb.com ProxyPass / http://redirectweb.com/ ProxyPassReverse /http://redirectweb.com/ </VirtualHost>
on the webservers and we want to do this on the A10
Thank you.
We need to redirect a HTTPS url to an external url. The customer only needs to see the original url. What is the best way to do this? Can we use Aflex for this or do we need to use the proxy feature?.
Example:
https://www.originalweb.com -> https://redirectweb.com
They now use <VirtualHost *:443> ServerName www.originalweb.com ProxyPass / http://redirectweb.com/ ProxyPassReverse /http://redirectweb.com/ </VirtualHost>
on the webservers and we want to do this on the A10
Thank you.
Tagged:
0
Comments
If you are terminating the SSL connection on the ADC, you can use aFleX to redirect the request to a new domain. However, the client will see the new URL.
Regards.