Host hacks when no access to hosts file

2

0

I would like to test website where public DNS name is not changed yet. In order to to do that I need to change hosts file on the workstation but the domain security policy prevents me to do so.

Is there any alternative way to do host hack in Windows when user does not have permissions to change hosts file. Perhaps a Firefox or Chrome plugin?

jpkeisala

Posted 2013-12-20T08:42:34.950

Reputation: 121

1Isn't the point of a policy is that you can't over rule it? If any one could just get round it, then there would be no point in setting it up! – Dave – 2013-12-20T09:19:30.320

1Maybe you could setup a VM (on which you would then modify your hosts file normally) – m4573r – 2013-12-20T09:26:59.933

My suggestion is speak to your IT department and say I would like to test website where public DNS name is not changed yet. In order to to do that I need to change hosts file on the workstation but the domain security policy prevents me to do so. – Dave – 2013-12-20T09:49:15.083

No, I don't have possibility to get exception on the corporate security policy. I have no permission to install anything on the machine I am testing. I can only run applications on my profile, like portableapps. – jpkeisala – 2013-12-20T10:27:52.667

2@jpkeisala And where is the website you wanted to test? Is it stored locally on your computer? Or is it online with a provider? A provider normally supplies temporary hostnames for testing. If it's local you could just use your own IP (or that of the server, http://127.0.0.1 or http://192.168.1.1 or otherwise). Your website should be able to handle a change in hostname/IP. – Rik – 2013-12-20T10:52:34.193

No answers