0

I was testing Readability API on my localhost with the following jquery code:

$.getJSON("https://www.readability.com/api/content/v1/parser?url=" + encodeURIComponent(url), function( data ){

log(data);

});

with the following response headers:

HTTP/1.1 200 OK
Content-Encoding: gzip
Content-Type: application/json; charset=utf-8
Date: Wed, 18 Dec 2013 10:00:15 GMT
P3P: CP='Legacy Only. Go to https://readability.com/about/terms/ for full terms.'
Server: nginx/1.4.3
Vary: Accept-Encoding, Authorization, Cookie
Content-Length: 2601
Connection: keep-alive

However, I received empty response. Any idea what went wrong? Thanks.

kyw
  • 6,685
  • 8
  • 47
  • 59

0 Answers0