Re: [Lynx-dev] redirection loop

2018-11-08 Thread Thomas Dickey
On Thu, Nov 08, 2018 at 09:52:59PM +, sylvain.bertr...@gmail.com wrote: > Hi, > > It seems that, according to sections 8.5 and 8.6 of RFC 6265, cookie > _acceptance and storage_ should not rely on path prefixing requestr- uri > condition. thanks (will review/etc) -- Thomas E. Dickey https:

Re: [Lynx-dev] redirection loop

2018-11-08 Thread sylvain . bertrand
Hi, It seems that, according to sections 8.5 and 8.6 of RFC 6265, cookie _acceptance and storage_ should not rely on path prefixing requestr- uri condition. Attached, a patch to fix this. -- Sylvain --- a/src/LYCookie.c +++ b/src/LYCookie.c @@ -371,7 +371,6 @@ BOOL Replacement = FALSE;

Re: [Lynx-dev] redirection loop

2018-10-30 Thread sylvain . bertrand
Hello? Nobody to comment on the cookie issue? regards, -- Sylvain ___ Lynx-dev mailing list Lynx-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/lynx-dev

Re: [Lynx-dev] redirection loop

2018-10-22 Thread sylvain . bertrand
On Sun, Oct 21, 2018 at 08:58:26PM -0400, Thomas Dickey wrote: > I don't see any mention of -trace in the discussion (I'd start there, > to see what url's are actually fetched). Regarding the infinite redirection, some internet magic did happen, I could not reproduce it today: I can log in. Love

Re: [Lynx-dev] redirection loop

2018-10-22 Thread sylvain . bertrand
On Sun, Oct 21, 2018 at 08:58:26PM -0400, Thomas Dickey wrote: > I don't see any mention of -trace in the discussion (I'd start there, > to see what url's are actually fetched). Hi, Regarding the "invalid cookie paths": >From the trace file, I have the following request-uri: GET /search?ie=ISO-8

Re: [Lynx-dev] redirection loop

2018-10-21 Thread sylvain . bertrand
It seems that nobody has a clue. I'll try to investigate both problems, deeper. cheers, -- Sylvain ___ Lynx-dev mailing list Lynx-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/lynx-dev

Re: [Lynx-dev] redirection loop

2018-10-21 Thread Karen Lewellen
Sounds like another list member has a solution for your invalid cookies issue. I never have this issue. Still because I visit so many places and use google and gmail many many times a day I do keep a set lynx_cookies file. Given how unique each compile of both browsers can be, I am unsure pers

Re: [Lynx-dev] redirection loop

2018-10-21 Thread sylvain . bertrand
On Sun, Oct 21, 2018 at 04:03:07PM -0400, Karen Lewellen wrote: > invalid cookies for example can be corrected by removing the cookies present > in your .Lynx_cookies file allowing google to reset them. I don't use the persistent cookie file. I get the "invalid path" message from the following goo

Re: [Lynx-dev] redirection loop

2018-10-21 Thread Karen Lewellen
your error is not known because, as I understand it, the problem does not lie with lynx. invalid cookies for example can be corrected by removing the cookies present in your .Lynx_cookies file allowing google to reset them. I did not ask you what error you are personally getting, but what th

[Lynx-dev] redirection loop

2018-10-21 Thread russellbell
What does the log reveal? russell bell ___ Lynx-dev mailing list Lynx-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/lynx-dev

Re: [Lynx-dev] redirection loop

2018-10-20 Thread sylvain . bertrand
On Sat, Oct 20, 2018 at 10:58:22PM -0400, Karen Lewellen wrote: > Speaking personally, I do not feel it is Lynx, although I am not using your > specific system. > Instead, if you are using the specific link you provided in your second > e-mail I am feeling other things may be the issue. > is your

Re: [Lynx-dev] redirection loop

2018-10-20 Thread Mouse
> is your cookie being recognized, all of the ssl keys accepted? Cookies? I have run into a few websites so sloppily misdesigned that they will infinite-loop trying to set a cookie if the client does not accept it. (As a hypothetical example, if http://example.com/ redirects to http://example.com

Re: [Lynx-dev] redirection loop

2018-10-20 Thread Karen Lewellen
Speaking personally, I do not feel it is Lynx, although I am not using your specific system. Instead, if you are using the specific link you provided in your second e-mail I am feeling other things may be the issue. is your cookie being recognized, all of the ssl keys accepted? what error is

Re: [Lynx-dev] redirection loop

2018-10-20 Thread sylvain . bertrand
On Sat, Oct 20, 2018 at 06:29:38PM -0400, Karen Lewellen wrote: > Oh in this case the answer is much easier. > The link you provide below is far from correct, missing the word dashboard > for example. > Even still I did reach a page to try and log in. > Suggestion? > Contact support for this compa

Re: [Lynx-dev] redirection loop

2018-10-20 Thread Karen Lewellen
Oh in this case the answer is much easier. The link you provide below is far from correct, missing the word dashboard for example. Even still I did reach a page to try and log in. Suggestion? Contact support for this company and ask them to e-mail you the most direct link to their log in page

Re: [Lynx-dev] redirection loop

2018-10-20 Thread sylvain . bertrand
On Sat, Oct 20, 2018 at 02:02:19PM -0400, Karen Lewellen wrote: > When I tried just now, I was redirected to > www.gandi.net/en > After one redirect. I am unsure what language you prefer, but perhaps try > it with the /en > as in English, and see if this helps? My bad, I meant when I input my us

Re: [Lynx-dev] redirection loop

2018-10-20 Thread Karen Lewellen
When I tried just now, I was redirected to www.gandi.net/en After one redirect. I am unsure what language you prefer, but perhaps try it with the /en as in English, and see if this helps? Kare On Fri, 19 Oct 2018, sylvain.bertr...@gmail.com wrote: Hi, I get a infinite redirection loop w

[Lynx-dev] redirection loop

2018-10-19 Thread russellbell
Quoth Sylvain Bertrand: 'I get a infinite redirection loop while logging on https://www.gandi.net' It works for me; lynx's log reveals 1 redirection: Oct 19 20:37:33 randytool lynx[1370]: https://www.gandi.net/ Oct 19 20:37:37 randytool lynx[1370]: https://w

[Lynx-dev] redirection loop

2018-10-19 Thread sylvain . bertrand
Hi, I get a infinite redirection loop while logging on https://www.gandi.net (I log ok with links) (I did override the redirection limits in HTAccess.c) I use lynx 2.8.9rel1 compiled with gnutls 3.6.4. Already known issue? regards, -- Sylvain ___