how to make the IP address to .com
Answer / win_arihant
The most common method to hide your IP address is to use a proxy server in one form or another. A proxy server is a computer that offers a computer network service to allow clients to make indirect network connections to other network services. A client connects to the proxy server and then requests a connection, file, or other resource available on a different server. The proxy provides the resource either by connecting to the specified server or by serving it from a cache. In some cases, the proxy may alter the client's request or the server's response for various purposes.
There are several implementations of proxy servers that you can use to hide your IP address (in an attempt to remain anonymous on the internet):
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use javascript in Servlets?
How to invoke a Servlet?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What are the ways to handle multi-threading in servlets?
Explain request dispatcher and its methods.
How to get the actual path of servlet in server?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
Why doesn’t a servlet include main()? How does it work?
What method is used to create database connection in servlets?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is difference between server and servlet?
What are setSecure() and getSecure() methods in Cookies?