Re: [Lynx-dev] a solution for this problem?

2023-01-15 Thread Thorsten Glaser
Karen Lewellen dixit:

> In fact, the  error, badly formed address,

Could be a data: URL, but, of course, without you sharing the
link in question, we cannot know.

bye,
//mirabilos
-- 
> Hi, does anyone sell openbsd stickers by themselves and not packaged
> with other products?
No, the only way I've seen them sold is for $40 with a free OpenBSD CD.
-- Haroon Khalid and Steve Shockley in gmane.os.openbsd.misc



Re: [Lynx-dev] a solution for this problem?

2023-01-15 Thread Jude DaShiell
There's the = sign command in lynx that shows information about a page and
the URL closest to the bottom of that output may be the needed link.



Jude  "There are four boxes to be used in
defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)

.

On Sat, 14 Jan 2023, Bela Lubkin wrote:

> Karen Lewellen wrote:
>
> > However, when I hit enter on this link, I get a badly formed address
> > error...which I admit is new.
>
> Can you find out what that badly formed address link is?  I'm not sure
> which of these might work:
>
> - `lynx -source the_problem_page > problem-page.html`, then examine that
> - use backslash 'view source' while in Lynx on the problem page
> - '=' command inside Lynx, on the problem page, while on the problem link
> - running the whole thing under `lynx -trace` and digging it out of the
>   wreckage
>
> It could be as simple as them using some sort of wrong HTML or URL
> encoding which other browsers 'know' and silently fix -- or as
> unreachable as the URL has to be decoded from some sort of crypto by
> a JavaScript routine...
>
> >Bela<
>
>