Hellow all
I made a flash game that save hi-scores using ASP querystring. The problem is that anyone who decompile my swf can find the url and pass values to it.
So I found out that I should verify where the browser sent a request from. I could do that using ASP’s http_referrer command. Works nice, but when I tried a request from the flash game, the server lost the referrer (and it’s the same if you just typed a url in the address bar).
I thought about getting the browser’s url using javascript, shared.obj, but once you decompile the swf you can fake any variables… so I still think the best option is to use a server side script.
But well, does anyone have an idea?
:h: I hope I made myself clear as well…
cheers