Okay. I have a project that I am building. It is a game. I know that flash games are extremely insecure in score posting via POST/GET, but I'm not worried about the data getting changed, what I'm worried about is how many requests there are and from where they are originating.

When flash sends a HTTP request via POST/GET, and a php script were to run a ip address check, would it show the ip address of the server the game was hosted on OR the vistitors IP address?

Thanks.