DEV Community

Discussion on: ActionController:: InvalidAuthenticityToken — What's Going On Here?

Collapse
 
marckohlbrugge profile image
Marc Köhlbrugge

In case anyone gets these errors in their exception handling software (like e.g. Bugsnag): They are usually bots or crawlers trying to access parts of your app without properly sending the authenticity token with the request. In this case these exceptions can usually be ignored.