mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Windows/3.0.4: Cookies not being set for RSS feeds #103
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
....
@cdumez commented on GitHub (Oct 7, 2012):
Seems like I broke this. Thanks for reporting it.