From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.77.150 with SMTP id g22cs165462qck; Thu, 8 Dec 2011 09:05:40 -0800 (PST) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncCK6X4vnXFBDg3IP3BBoEumVmLA@googlegroups.com designates 10.236.129.238 as permitted sender) client-ip=10.236.129.238; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncCK6X4vnXFBDg3IP3BBoEumVmLA@googlegroups.com designates 10.236.129.238 as permitted sender) smtp.mail=rack-devel+bncCK6X4vnXFBDg3IP3BBoEumVmLA@googlegroups.com; dkim=pass header.i=rack-devel+bncCK6X4vnXFBDg3IP3BBoEumVmLA@googlegroups.com Received: from mr.google.com ([10.236.129.238]) by 10.236.129.238 with SMTP id h74mr5591121yhi.1.1323363939153 (num_hops = 1); Thu, 08 Dec 2011 09:05:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:mime-version:date:user-agent :x-http-useragent:message-id:subject:from:to:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=Qp65z4e5YH1ugj+jwf9DiA4gLjb5Rn06j3ahUU5tZPY=; b=zpQjh1Evly1CD++E9ZgZHZ6aFkISqbGXoZPdj7fP0bhlgmLccRu1gXZdqvsX6PlE+3 dI2bevuUtIggsrUPGS7s8PPGiyQ7GHzrNiU6PyRSJcAm3agO2jW9WniNJN3ZGM0vO95i JgcDIsOfW1Yvd6ZNz/xU2R2cqw/3o60bzNdXk= Received: by 10.236.129.238 with SMTP id h74mr1625466yhi.1.1323363936576; Thu, 08 Dec 2011 09:05:36 -0800 (PST) X-BeenThere: rack-devel@googlegroups.com Received: by 10.101.74.18 with SMTP id b18ls5239096anl.5.gmail; Thu, 08 Dec 2011 09:05:35 -0800 (PST) Received: by 10.100.87.2 with SMTP id k2mr654695anb.28.1323363935935; Thu, 08 Dec 2011 09:05:35 -0800 (PST) Received: by 10.150.107.18 with SMTP id f18msybc; Thu, 8 Dec 2011 07:29:02 -0800 (PST) Received: by 10.236.156.98 with SMTP id l62mr6049982yhk.4.1323358142833; Thu, 08 Dec 2011 07:29:02 -0800 (PST) Received: by 10.236.156.98 with SMTP id l62mr6049980yhk.4.1323358142819; Thu, 08 Dec 2011 07:29:02 -0800 (PST) Received: from mail-yx0-f191.google.com (mail-yx0-f191.google.com [209.85.213.191]) by gmr-mx.google.com with ESMTPS id v43si1567808yhm.5.2011.12.08.07.29.02 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 08 Dec 2011 07:29:02 -0800 (PST) Received-SPF: pass (google.com: domain of resplence@gmail.com designates 209.85.213.191 as permitted sender) client-ip=209.85.213.191; Received: by yenm5 with SMTP id m5so3160413yen.8 for ; Thu, 08 Dec 2011 07:29:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.157.168 with SMTP id o28mr1379627yhk.17.1323358142774; Thu, 08 Dec 2011 07:29:02 -0800 (PST) Received: by l24g2000yqm.googlegroups.com with HTTP; Thu, 8 Dec 2011 07:29:02 -0800 (PST) Date: Thu, 8 Dec 2011 07:29:02 -0800 (PST) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0.1) Gecko/20100101 Firefox/8.0.1,gzip(gfe) Message-ID: <07cff8a0-8439-461c-b7f6-804ab417b0f4@l24g2000yqm.googlegroups.com> Subject: attack prevented by Rack::Protection::RemoteToken From: oilpastels To: Rack Development X-Original-Sender: resplence@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of resplence@gmail.com designates 209.85.213.191 as permitted sender) smtp.mail=resplence@gmail.com Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: X-Google-Group-Id: 486215384060 List-Post: , List-Help: , List-Archive: Sender: rack-devel@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 I have a sinatra app that works fine on Heroku, but when requested as a page tab on facebook returns blank, and the logs read "attack prevented by Rack::Protection::RemoteToken". What is this about?