From owner-freebsd-questions@FreeBSD.ORG Thu Jun 7 14:45:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBE1E16A41F for ; Thu, 7 Jun 2007 14:45:03 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.freebsd.org (Postfix) with ESMTP id AB93313C44B for ; Thu, 7 Jun 2007 14:45:03 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id BA2067EA4B for ; Thu, 7 Jun 2007 09:26:25 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7YYRgMbgithz for ; Thu, 7 Jun 2007 09:26:22 -0500 (CDT) Received: from janus.daycos.com (janus.daycos.com [10.45.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id E40267EA2C for ; Thu, 7 Jun 2007 09:26:21 -0500 (CDT) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Thu, 7 Jun 2007 09:26:15 -0500 User-Agent: KMail/1.9.6 X-Face: T+/_{qmjgbosI0J/e83I~w[&VF'w)!((xEpj///^bA/6?jHHS?nq+T8_+`nh"WnEWCWG, \}]Y2$)) =?utf-8?q?vLVz4ACChrEcb=7DCO=5EtYmMG=5C=0A=09ts=2Em=3F=5B7=5B6OwE*dAJ*9f+m?= =?utf-8?q?X=2E7R32qeN=5EDJ=5C?=(k@evW?IRQCy.^ MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1453220.J7ycBCUEGs"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200706070926.19364.kirk@strauser.com> Subject: Web proxy that can cache cookies and rescale images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 14:45:04 -0000 --nextPart1453220.J7ycBCUEGs Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I bought a Nintendo DS Browser (Opera 8.5) recently, and it's really slick= =20 little device. However, it has one glaring issue: it won't store passwords= =20 or cookies across boots so you have to manually log in to every web site=20 each time you turn it on. So, this makes me wonder if there's any kind of= =20 web proxy I could install on my FreeBSD server that would cache and re-send= =20 cookies. Basically, the idea is that the proxy would have it's own local cookie=20 storage and would re-send any for a domain that the browser itself isn't=20 sending. For example, if "sess_id=3D12345" is set for .example.com, and th= e=20 browser requests GET /index.html HTTP/1.1 Host: www.example.com Cookie: foo=3Dbar then the proxy would change that to: GET /index.html HTTP/1.1 Host: www.example.com Cookie: foo=3Dbar; sess_id=3D12345 As a given, it'd also have to support some kind of authentication so that a= =20 given user only gets their own cookies. Does such a thing exist? Please help me. I'm getting hand cramps from=20 pecking out the same logins every time I turn the thing on. =2D-=20 Kirk Strauser --nextPart1453220.J7ycBCUEGs Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iD8DBQBGaBWL5sRg+Y0CpvERAv5mAJ9IV9x60FfDXm46qDav0hU2BDEPrACbBsOc wTLds4EwWu47bJBELTZatvU= =0bNJ -----END PGP SIGNATURE----- --nextPart1453220.J7ycBCUEGs--