lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [Lynx-dev] lynx with proxy


From: Thomas Dickey
Subject: Re: Re: [Lynx-dev] lynx with proxy
Date: Thu, 4 Oct 2007 11:57:55 -0400 (EDT)

On Thu, 4 Oct 2007, address@hidden wrote:

Thank You for an answer.

It looks like my lynx does not understand the response from proxy.

The http hit looks like:
GET http://www.google.com/ HTTP/1.0

HTTP/1.1 200 OK
Server: Apache/1.3.36 (Unix) mod_perl/1.29
Connection: close
Content-Type: application/x-ns-proxy-autoconfig

That's part of it.  Past that point is where it does the lookup, e.g.,

HTFormat: Constructing stream stack for www/mime to www/present ((null))
HTFormat: Looking up presentation for www/mime to www/present
HTFormat: comparing audio/* and www/mime for half match
HTFormat: comparing image/* and www/mime for half match
StreamStack: found weak wildcard match: www/present
FindPresentation: found exact match: www/mime
StreamStack: found exact match: www/mime

and then later

HTMIME: MIME Content-Type is 'text/html', converting to 'www/present'
HTFormat: Constructing stream stack for text/html to www/present 
(text/html;charset=iso-8859-1)
HTFormat: Looking up presentation for text/html to www/present
FindPresentation: found exact match: text/html
StreamStack: found exact match: text/html

Your mime.types file can be used here (also see the discussion of GLOBAL_EXTENSION_MAP and PERSONAL_EXTENSION_MAP and SUFFIX in lynx.cfg).


// Client IP address: 10.1.2.3

function FindProxyForURL(url, host) {

etc...

How can I configure Lynx to understand the proxy response ?



Thank You for help

--
This message was sent on behalf of address@hidden at openSubscriber.com
http://www.opensubscriber.com/message/address@hidden/7711453.html


_______________________________________________
Lynx-dev mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lynx-dev


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]