|
|
|
|
|
by chrismorgan
2317 days ago
|
|
RSS fundamentally can’t have those features. Feeds are fetched over HTTP, and the server only has access to what details the client wishes to provide—and web browsers and their users have rebelled against revealing information far less detailed than that which you’re desiring. Location via IP address is the most along those lines that you’re going to get. Any attempt to demand more information (e.g. respond 403 Forbidden if certain HTTP headers are lacking) would fundamentally fail, and/or fragment the ecosystem: existing clients would be broken on such sites, due to not sending the demanded headers; new independent client software will implement these demanded headers with spurious values, because they’re representing users more than the creators or advertisers, and almost no users want to provide such invasive details. It’s only client software from companies like Spotify that will genuinely attempt to provide the correct details. |
|