sadovnik / reader

A simple feed reader app https://reader-app.herokuapp.com
2 stars 0 forks source link

Can`t subscribe #63

Open slaviqueue opened 7 years ago

slaviqueue commented 7 years ago

It is not possible now for me to subscribe to none of the following rss channels:

sadovnik commented 7 years ago

Thanks for reporting!

The first link returns wrong Content-Type headers:

$ http http://www.computerweekly.com/rss --headers
HTTP/1.1 200 OK
Cache-Control: max-age=600
Connection: Keep-Alive
Content-Encoding: gzip
Content-Type: text/html;charset=UTF-8
Date: Tue, 13 Jun 2017 21:43:00 GMT
Expires: Tue, 13 Jun 2017 21:53:01 GMT
Keep-Alive: timeout=5
P3P: CP="CAO DSP COR NID CURa ADMa TAIa IVAo IVDo CONo TELo OTPo OUR IND PHY ONL UNI NAV DEM"
Set-Cookie: JSESSIONID=5871D9FF72C6C6446488549487E17ED3; Path=/
Set-Cookie: f5_cspm=1234;
Set-Cookie: TS017b6b21=112c664659d41081494c7dcc046c49d9cd87634550bf85818222a486b2628e144d1ec36df9b5666831355ab45a64843c5b37bd11319ffcea57edc90eb01e11c43ea8b7de300dcf5680e74b7d73e82f82a4fd13df6f; Path=/
Transfer-Encoding: chunked
Vary: Accept-Encoding, User-Agent
X-Frame-Options: SAMEORIGIN

The second one is not RSS feed.

slaviqueue commented 7 years ago

Ok, it seems like this issue can be closed, is it?

sadovnik commented 7 years ago

@electricSemyon I will close this issue as soon as I figure out what to do in case of invalid content-type header.