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