GNU bug report logs - #16498
24.3.50; Support for custom user agents in url.el

Previous Next

Package: emacs;

Reported by: Vibhav Pant <vibhavp <at> ubuntu.com>

Date: Sun, 19 Jan 2014 18:47:02 UTC

Severity: wishlist

Found in version 24.3.50

Done: Ted Zlatanov <tzz <at> lifelogs.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Vibhav Pant <vibhavp <at> ubuntu.com>
To: 16498 <at> debbugs.gnu.org
Subject: bug#16498: 24.3.50; Support for custom user agents in url.el
Date: Sun, 19 Jan 2014 21:21:43 +0530
[Message part 1 (text/plain, inline)]
URL currently doesn't support custom user agents. This could be
implemented by adding a defcustom string url-user-agent which could be
changed by the
user.
The default value could be:
(format "User-Agent: %sURL/%s\r\n"
         (if url-package-name
         (concat url-package-name "/" url-package-version " ")
         "") url-version)

I have attached a patch to add support for custom user agents in URL.

-- 
Vibhav Pant
vibhavp <at> gmail.com
[url-custom-user-agent.patch (text/x-patch, attachment)]

This bug report was last modified 10 years and 195 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.