Return-Path: X-Original-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E76369100 for ; Thu, 1 Mar 2012 01:02:25 +0000 (UTC) Received: (qmail 62154 invoked by uid 500); 1 Mar 2012 01:02:25 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 62125 invoked by uid 500); 1 Mar 2012 01:02:25 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 62115 invoked by uid 99); 1 Mar 2012 01:02:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 01:02:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bhaskar.swaminathan@gmx.com designates 74.208.5.67 as permitted sender) Received: from [74.208.5.67] (HELO mailout-us.gmx.com) (74.208.5.67) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 01 Mar 2012 01:02:16 +0000 Received: (qmail invoked by alias); 01 Mar 2012 01:01:54 -0000 Received: from pool-173-61-152-174.cmdnnj.fios.verizon.net (EHLO [192.168.1.5]) [173.61.152.174] by mail.gmx.com (mp-us002) with SMTP; 29 Feb 2012 20:01:54 -0500 X-Authenticated: #52124581 X-Provags-ID: V01U2FsdGVkX1/qD80Myc3qd6arHf8dzUIJduanC/gfbw45SjcBGV O1eE70eXOvfRFh Message-ID: <4F4ECA82.6080603@gmx.com> Date: Wed, 29 Feb 2012 20:01:54 -0500 From: Swaminathan Bhaskar User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19 MIME-Version: 1.0 To: modules-dev@httpd.apache.org Subject: Intercepting HTTP 301/302 redirects Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org Hi Is there anyway to intercept HTTP 301/302 redirects ? I tried registering a very simple output filter (AP_FTYPE_RESOURCE) and the filter function did not get a callback. I would assume all output goes through the filter chain Rgds Bhaskar