From: John S. <ko...@ea...> - 2016-07-30 21:27:21
|
I did some more work and found that even with the javascript errors reported in Netbeans, fiddler has all the java scripts were returning 200. In Chrome I compared the same search vs Htmlunit, A bit deep for me but Chrome has some cookie information in the search request and HtmlUnit only as JSession ID. Htmlunit has two responses with the data show up in Fiddler. Chrome only one. Then I thought I should look at what other browers do, so checked IE brower and fiddler does not show cookies in the search request but only a JSession ID. (more like Htmlunit) Then I thought I should try setting Htmlunit to IE and see what the results were. Well Low and behold the result data ends up being returned in to Java. There is only one response that shows up in Fiddler instead of the Two in Chrome, and there was no add cookie data with the Jessision ID. FireFox seems to work too. Went back to Chrome to double check and it still had the same not working results. Also note that I am on Htmlunit 2.22 and there has been an upgrade to 2.23. I don't know if that had a Chrome update within it. Anyway I need to use the working stuff now to see if I can get some actual work done. But I use Chrome and would still like to know how to get it to work if anyone has any ideas. Thanks John |