Tag Archives: rest
InvalidAuthenticityToken Error in Rails
Working with a RESTful API in Rails can be a bit challenging at times. One such problem is the ActionController::InvalidAuthenticityToken error. This error is thrown when authenticity token is not present or invalid. (This is how Rails protects itself from … Continue reading
