Hi there,
we have an internal URL (like server1/.../access.php
This link is designed to be accessed directly from the Internet and we would like to make it available to the public. But as this link is quite complicated and as it might reveal details about our internal network, we would like to make the resource available with a simple name.
So, https://ext.example.com should be served by the XGS firewall and the request should be forwarded to the complicated link above.
Of course I know, that the firewall can forward requests to both https://ext.example.com/res1 and https://ext.example.com/res2 to two internal servers server1 and server2 depending on the path supplied, but this is the other way around. I need a simple official URL point to a single, complicated URL with paths and arguments.
Can this be done?
If so, how?
Kind regards,
This
This thread was automatically locked due to age.