Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 44797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T15:42:30+00:00 2026-05-10T15:42:30+00:00

The CSRF prevention built in to Rails is causing some problems for some automated

  • 0

The CSRF prevention built in to Rails is causing some problems for some automated load testing we are doing, and I want to turn it off for the duration of the process. How do I do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T15:42:31+00:00Added an answer on May 10, 2026 at 3:42 pm

    I love simple questions with clear answers.

    #I go in application.rb self.allow_forgery_protection = false 

    If you want to do this for testing only you can move that into one of the environment files (obviously, you’ll be touching Application then rather than self). You could also write something like:

    #I still go in application.rb self.allow_forgery_protection = false unless ENV['RAILS_ENV'] == 'production' 

    See here for details. (Continuing Rails’ wonderful tradition of having documentation of core features in 2 year old blog posts, which were distilled from commit logs.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

By default the form post CSRF protection in Rails creates an authenticity token for
to prevent CSRF I want to implement the Synchronizer Token Pattern in my classic
I have a login form on my homepage. This is causing a csrf token
I could use some help complying with Django's CSRF protection mechanism via my AJAX
I've been doing some reading on PHP security and I ran into a great
I use Rails request_forgery_protection mechanism to protect my POST actions from CSRF attacks and
Django comes with CSRF protection middleware , which generates a unique per-session token for
Cross-site request forgery (CSRF or XSRF) attacks provokes unauthorised actions in your web application
The django csrf middleware can't be disabled. I've commented it out from my Middleware
Regarding cross-site request forgery (CSRF) attacks, if cookies are most used authentication method, why

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.