From 681553d691c8808fedee723ee5482848836b62bb Mon Sep 17 00:00:00 2001 From: Ryan Park Date: Fri, 16 Jan 2015 10:59:44 -0800 Subject: [PATCH] Add the Runscope-Service header to the list of filtered headers This comes from the Runscope hosting infrastructure, not from the client. --- httpbin/helpers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/httpbin/helpers.py b/httpbin/helpers.py index e0dcad8..4d3cf5a 100644 --- a/httpbin/helpers.py +++ b/httpbin/helpers.py @@ -44,7 +44,8 @@ ENV_HEADERS = ( 'X-Heroku-Dynos-In-Use', 'X-Forwarded-For', 'X-Forwarded-Protocol', - 'X-Forwarded-Port' + 'X-Forwarded-Port', + 'Runscope-Service' ) ROBOT_TXT = """User-agent: *