Hi,
I have a page on my rails website that should be accessible only via a
vpn
connection between my server and another one. Is it possible to check on
controller this ?
thanks
Hi,
I have a page on my rails website that should be accessible only via a
vpn
connection between my server and another one. Is it possible to check on
controller this ?
thanks
Hi,
I’d assume that the vpn has a specific IP address? I’d just check for
that
address in the request and if it’s not from that address, send it to an
error/instruction page.
Simon
On Mon, 22 Jul 2013 06:03:21 +0800, oto iashvili
Why not bind the server only to the VPNs specific address?
This way you don’t need to change source code every time something
changes
in the VPN.
Am 22.07.2013 00:08 schrieb “Simon M.” [email protected]:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs