How do I ensure that SOAP requests from a flash client to my ASP server are coming from the flash cl
- by Gary Benade
I have a flash based game that has a high score system implemented with a SOAP service. There are prizes involved and I want to prevent someone from using FireBug or similar to discover the webservice path and submit fake scores.
I considered using some kind of encryption on the data but am aware that someone could decompile the swf and work out…