I want to access the database of my site from a desktop application. The provider of the server only accepts requests from a maximum of 10 ip numbers.
I would therefore make it look like the request from my desktop application comes from a certain ip-number, this desktop application will be spread out on the users desktops and I have no way of knowing those IP numbers. So i need to "fake" the request.How can it be done?