I have two applications that need to communicate with each other via HTTP. One is a PHP application, and the other is my main application, a Rails application. I need a PHP application to talk to a Rails application by sending it POST data, but when I do this, I get a Notual Authenticity Token error. Anyway, around? Or how can I create my own email token to authenticate my Rails application?
php ruby-on-rails
dennismonsewicz
source share