Best way to check that requests to a cfc is comming from a swf file an a specific server
hi friends,
What is the best way to check that requests to a cfc is comming from a swf file an a specific server? Can it be spoofed?
hi friends,
What is the best way to check that requests to a cfc is comming from a swf file an a specific server? Can it be spoofed?
A server can only check what it is *sent*, all of which is inside the CGI scope. Most (all?) of this data can be spoofed, hence the need for firewalls which can inspect packets far more closely.
Do a dump of the CGI scope, you'll see what you get. You can check the CGI.REMOTE_ADDR to get the IP of the remote server, but you can't know the name of the page that made the call, no.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.