We are looking at restricting access to our SCP folder where you'd have to be on our VPN to access it.
The basic process we're looking at:
- Have the end user side accessible via a public hostname.
- Create a VPN accessible only hostname
- Force redirect any attempts to access the scp folder to the private hostname URL
- Only VPN connected users can continue
The problem I have is that there are some AJAX calls built in to the scp and it's giving cross domain errors.
Is there a variable I can set to change the full URL of the scp only in the code..or at least the hostname, not just the folder name?