got a question and I'm not really sure about it, so I thought I'd ask.
One of the pages on my server contains an ordinary HTML form, that is designed to contact an external script for its form submission.
If I open the page, enter the information in the fields manually, and hit "Process", the external script will, naturally, record my own IP address as a visitor.
What IP address will it record if I automate the form submission by using a server-side method, such as cURL? Does it record the server's IP address, since the server is sending an automated request to the script, or does it record the client's IP address, as usual?