Passing a proxy server

Q&A's, tips, howto's
Locked
pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Passing a proxy server

Post by pjot »

newLispers,

When using my RSS reader at my work, this was blocked by that annoying HTTP proxy-server in our network.

So I created a small program to break my way through. It can be found here:

http://www.turtle.dds.nl/newlisp/proxy.lsp

I only tested it with Linux so far, together with the RSS reader, and it works OK. Tomorrow I can test it with Windows as well.

Maybe it is of use to somebody else.


Peter

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

The PROXY context also works with Win2000.

Peter

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

It appeared that some URL's return a reply with the new location of the URL. If this happens, the proxy-server closes the connection and there is no retrieved data.

I have updated the PROXY context to handle with this situation.

http://www.turtle.dds.nl/newlisp/proxy.lsp


Enjoy,
Peter

Locked