Re: Eww can't searx (?)

Michael Heerdegen <[email protected]> Mon, 18 May 2026 04:23:05 +0200
Newsgroups gmane.emacs.help
Message-ID <[email protected]>
Michael Heerdegen <[email protected]> writes:

> Hello,  it seems that one of the most often recommended ways to search
> the internet - using "Searx" (a metasearch engine) cannot be used with
> the built-in browser of Emacs - EWW.

This works for me:

  (setopt url-mime-language-string "en")

It seems that if your request doesn't contain an "Accept-language: "
spec you are blocked.  And this is the default behavior of eww.

But all the other anti-bot tests seem to succeed, so with just the above
setting I am finally able to use public searx instances with eww
(it has the effect that "Accept-language: " is used).


Michael.