bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#25703: 26.0.50; eww cannot search on arxiv.org


From: Lars Ingebrigtsen
Subject: bug#25703: 26.0.50; eww cannot search on arxiv.org
Date: Fri, 13 Apr 2018 02:22:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

And the last problem was that we had a POST with a 302 redirect, which
made Emacs send a new POST /find, while the server expected a GET /find.

The industry standard is to treat 302 as 303 (i.e., GET), so I've now
altered url-http.el to do that.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






reply via email to

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