Tunneling to Localhost
When you’re developing Rails apps or pretty much any other framework you can name, you typically work with a server running on localhost. This is all well an...
When you’re developing Rails apps or pretty much any other framework you can name, you typically work with a server running on localhost. This is all well an...
Sometimes an AJAX request on a page you’re developing needs to hit a server on a different domain. Web browsers’ Same-Origin Policy means (among other things...