From: Vasudevan C. <vco...@gm...> - 2017-05-02 19:13:46
|
Hi, I am using HTMLUnit 2.23. I received a response from the site which had page object mapped to instance of TextPage. I tried to get the content using getContent() method but I was not getting the data. The response code was 200 and the content-type was text/css. Am I missing something?. The site I am scrapping is http://adh.sagepub.com <http://localhost:8080/jlf/search/generalredirect?rurl=http://adh.sagepub.com> The CSS data which I was trying to read is http://journals.sagepub.com/pb/css/t1493676764000-v1493676764000/head_1_6_7.css Appreciate your help in advance. Regards Vasu |