From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qmta07.westchester.pa.mail.comcast.net (qmta07.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:64]) by hurricane.the-brannons.com (Postfix) with ESMTP id A34FA77AF9 for ; Tue, 22 Apr 2014 14:51:54 -0700 (PDT) Received: from omta17.westchester.pa.mail.comcast.net ([76.96.62.89]) by qmta07.westchester.pa.mail.comcast.net with comcast id t5Y31n0021vXlb8579rZ0W; Tue, 22 Apr 2014 21:51:33 +0000 Received: from eklhad ([68.84.191.77]) by omta17.westchester.pa.mail.comcast.net with comcast id t9rZ1n00L1gep303d9rZ3r; Tue, 22 Apr 2014 21:51:33 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke User-Agent: edbrowse/3.5.1 Date: Tue, 22 Apr 2014 17:51:15 +0000 Message-ID: <20140322175115.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1398203493; bh=U/uXqt5rlAufgW1KnKxXuDG6sCMUi/CULtXVCoRjaYE=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=EzfhqmHsp3i+pigfew7eFUWeNR+3eDXTGiULb+f8AJpB9iAhzp8zx14+gY8z0mCP5 22zk5SlP9418PlZy+XMidLsSfNrA/GYEmrda4Fkt+Dt6CDk4ChwgUptLP7pgjE5rwK TOQt8/wMOxQC/0RPmNlpUiqEVi6taoPgtcQQSJe0ntV/GTugGddj5jelskDyCmsAyP ex4I/Hf0D7Urg6pdBwe2BGspM0HB5D1cKnA4HTEDEpMyxPy9EcXiFjHqXbxapbT/ee NwiBIfwtdwsoUIkaulFq3DCGJKuGfHlG/2SR83EDINZEaAa3g4+C1L3q071hiz8Mtb qhvVTZLQ39RHQ== Subject: [Edbrowse-dev] http refresh X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Karl Dahlke List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 21:51:55 -0000 Ok you can try the http refresh feature in the headers. I tried to reuse most of the code that I already had for As such, it will show you the redirection with debug >= 2, and will not jump if redirection is disabled, and will not jump if the delay in refresh is greater than 15 seconds. example http://www.eklhad.net/cgi-bin/refresh The delay feature is rarely used. I'm not sure this is the perfect implementation, but I hope it's close. Karl Dahlke