Question
How to lock down a form handler .cfm to prevent request forgery
I've got a simple wish, to only allow my form handling CF
page to accept POST input from the server the page resides on. HTTP
headers can be spoofed so won't suffice. Is there a way to do
this?
