How to redirect user's IP into a website IP? How to redirect user's IP into a website IP? wordpress wordpress

How to redirect user's IP into a website IP?


You can't. If the user makes the request, it will be their computer that makes the connection, thus it will be their IP.

The solution is to not make the user do the request, but to make the request yourself. You fetch the webpage at amazon (using curl, wget, ...) and display the information to the user on your site.