emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] url: Wrap cookie headers in url-http--encode-string.


From: Toke Høiland-Jørgensen
Subject: Re: [PATCH] url: Wrap cookie headers in url-http--encode-string.
Date: Thu, 08 Sep 2016 17:58:31 +0200

Dmitry Gutov <address@hidden> writes:

> On 08.09.2016 17:14, Toke Høiland-Jørgensen wrote:
>
>> I believe you can generate that by first retriving a site that will set
>> a cookie (and making sure cookie support is enabled). At runtime they
>> are stored in url-cookie-storage or url-cookie-secure-storage.
>
> Could you post the full recipe?

(url-retrieve-synchronously "http://google.se";) ; sets a cookie
(let* ((url-request-data (encode-coding-string "æøå" 'utf-8)))
       (url-retrieve-synchronously "http://google.se";)) ; crashes



-Toke



reply via email to

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