John Nunemaker

Results 132 comments of John Nunemaker
trafficstars

@JangoSteve thanks for researching that. I'd love a PR.

Hmm. curl seems to do the "right" thing too. ``` $ curl -ISL http://www.jennstrends.com/feed HTTP/1.1 301 Moved Permanently ... Location: http://www.jennstrends.com/feed/ ... HTTP/1.1 200 OK ... ``` I used the...

@tak1n I just went to the krugman nytimes site in chrome and got too many redirections, so it seems like httparty is similar to chrome at least on that one....

I was able to get it to eventually render with curl: ``` $ curl -isL http://krugman.blogs.nytimes.com/feed | grep "HTTP/1.1" | wc -l 15 ```

Any more info you can provide would be helpful. Without some idea of the raw response I'm not sure how to fix it.

0.15.6 is out. Please try and let me know.

I'd like to state my lack of knowledge in this area for the record. 😄 This feels like a different problem than the BOM stuff. I googled "\u001F\x8B\b" and it...

@deep-spaced any chance you tried updating the vcr recording? Just curious if that makes a difference.

I've honestly never used cookies and it was added during a period of time I wasn't maintaining the app so I'm not really sure what is best here.

@dmitry that sounds like a good idea to me. Anything we need to do in httparty for this or just tell people to use that and then set cookies using...