I need to submit data to a server that accepts only preregistered ip addresses. My problem is that when a user comes to my site, the form data is submitted with their ip address. Is there a way to capture the data from the user and have my server submit it instead? i.e. so that my server's ip address is reflected in the submission.
Any help will be greatly appreciated.
Any help will be greatly appreciated.