# File lib/action_controller/integration.rb, line 132
      def post_via_redirect(path, args={})
        post path, args
        follow_redirect! while redirect?
        status
      end