Forum Moderators: DixonJones
However when I try to grep the server log files for this IP it is often missing. Why is this?
I am assuming it is something to do with proxy servers.
Can somebody explain.
Thanks.
In my case it looks as though the IP changes between leaving our site and going to the payment processing site. I can grep the logs to find the individual ip of the person adding the product to the cart and going through the checkout but this is a different IP from that reported back fom the card processor. I don't really understand how a users IP can suddenly change.
Sometimes, if the user is going through a proxy server (AOL for instance), their proxy server might change due to the change in protocol from http to https (the secure protocol used at the credit card processing site).
You'd be better off using some type of tracking URL when you send the visitor to the other site.
Larry