Results 1 to 1 of 1
- 03-05-2010, 10:11 PM #1
Member
- Join Date
- Mar 2010
- Posts
- 1
- Rep Power
- 0
[URGENT] - Problem accessing web sites with Java!
Hi guys,
One of my client requested me to do a Java program for accessing web pages (like a spider/crawler), but only for intranet purpose. So, I tried to use Prowser library, HtmlUnit library, and the built-in Java API, using URL object and InputStream.
I managed to access some pages, but only those that didn't have javascript enabled verification with <noscript> tags. In pages in which these tags appear the returns is that the page cannot be shown cuz the Javascript isn't enabled. I've been searching a way to bypass this verification, and I didn't find it. In some cases, the return is that the library (Prowser or HtmlUnit), can't deal with application/x-javascript, only deals with text/javascript or ecma/javascript that is the standard in the most browsers . How could I access HTML pages with javascript enabled verification, avoiding the javascript verification?
Best Regards!
Similar Threads
-
Java sites conataing codings
By LankanSniper in forum Advanced JavaReplies: 4Last Post: 08-03-2009, 04:08 PM -
Accessing file without sharing - urgent
By nathanr_kamal in forum NetworkingReplies: 3Last Post: 07-17-2008, 04:29 AM -
High BW sites
By Sarinam in forum NetworkingReplies: 2Last Post: 06-16-2008, 02:38 PM -
Java mail problem Urgent
By sundarjothi in forum Advanced JavaReplies: 0Last Post: 06-02-2008, 11:34 AM -
sharing of data between sites
By jyovasinedu in forum Advanced JavaReplies: 1Last Post: 11-02-2007, 08:56 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks