lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] LYNX: how to make lynx FORGET file WAS protected (no long


From: David Woolley
Subject: Re: [Lynx-dev] LYNX: how to make lynx FORGET file WAS protected (no longer!)?
Date: Fri, 19 Dec 2008 08:07:57 +0000
User-agent: Thunderbird 2.0.0.17 (X11/20080914)

David Combs wrote:
Trying to download something.

Lynx correctly complains that it cannot -- permissions wrong.

So I ^z and fg into kermit and set the permmissions a+r.

Then I fg back into lynx, and try it again.

Same complaint.  (It's the OLD complaint -- it
 remembered it DID have wrong permissions.)

This could be a server side problem. Many servers have "friendly" error pages. Quite a lot of these are mis-implemented and return a 200 status page, rather than a 403 status one. It's quite possible that a subsequent refresh may refresh the friendly page, or even do a successful if-modified-since on the original page.

Kermit should not be caching 403 responses, but it should be caching a 200 response.

Note some servers even reply with a client side redirect to their friendly pages. In fact, it is such client side redirects that usually end in 200 status 403 responses!

Reloading the page will cancel the effect of any client side redirect and will mean that if-modified-since requests can't be used.

--
David Woolley
Emails are not formal business letters, whatever businesses may want.
RFC1855 says there should be an address here, but, in a world of spam,
that is no longer good advice, as archive address hiding may not work.




reply via email to

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