Windows/3.0.4: Cookies not being set for RSS feeds #103

Closed
opened 2026-02-21 14:52:24 -05:00 by deekerman · 1 comment
Owner

Originally created by @mbs on GitHub (Sep 23, 2012).

Originally assigned to: @cdumez on GitHub.

Cookies apparently not being set in Windows build 3.0.4. Testing on Windows 7.

Test feed is http://www.ezrss.it/feed/ with key 'testkey' set with value 'testvalue'.

In v3.0.4:

GET /feed/ HTTP/1.1
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Connection: Keep-Alive
Accept-Encoding: gzip
Accept-Language: en-US,*
Host: www.ezrss.it

HTTP/1.1 200 OK
ETag: "2781773764"
Last-Modified: Sun, 23 Sep 2012 19:42:04 GMT
....

In v2.9.7:

GET /feed/ HTTP/1.1
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Cookie: testkey=testvalue; testkey=testvalue
Connection: Keep-Alive
Accept-Encoding: gzip
Accept-Language: en-US,*
Host: www.ezrss.it

HTTP/1.1 200 OK
ETag: "3104729731"
Last-Modified: Sun, 23 Sep 2012 19:48:02 GMT
....

Originally created by @mbs on GitHub (Sep 23, 2012). Originally assigned to: @cdumez on GitHub. Cookies apparently not being set in Windows build 3.0.4. Testing on Windows 7. Test feed is http://www.ezrss.it/feed/ with key 'testkey' set with value 'testvalue'. In v3.0.4: GET /feed/ HTTP/1.1 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 Connection: Keep-Alive Accept-Encoding: gzip Accept-Language: en-US,* Host: www.ezrss.it HTTP/1.1 200 OK ETag: "2781773764" Last-Modified: Sun, 23 Sep 2012 19:42:04 GMT .... In v2.9.7: GET /feed/ HTTP/1.1 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 Cookie: testkey=testvalue; testkey=testvalue Connection: Keep-Alive Accept-Encoding: gzip Accept-Language: en-US,* Host: www.ezrss.it HTTP/1.1 200 OK ETag: "3104729731" Last-Modified: Sun, 23 Sep 2012 19:48:02 GMT ....
Author
Owner

@cdumez commented on GitHub (Oct 7, 2012):

Seems like I broke this. Thanks for reporting it.

@cdumez commented on GitHub (Oct 7, 2012): Seems like I broke this. Thanks for reporting it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#103
No description provided.