We are trying to get a JSON from tumblr blog using it APIs for posts. When we call the API from browser, it comes absolutely fine but when we try it from code using urlopen or curl it randomly comes incomplete.
In curl, we get a error saying transfer closed with outstanding read data remaining.
Any Idea regarding this.