I have a form on another website (using a different backend) that I want to be able to POST to my Rails application (on a different domain).
You could just remove the check by adding a filter like:
skip_before_filter :verify_authenticity_token, :only => :action_name