aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes getting html from a webpage that requires you to login first. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "getting html from a webpage that requires you to login first." Watch "getting html from a webpage that requires you to login first." New topic
Author

getting html from a webpage that requires you to login first.

Khoa Nguyen
Greenhorn

Joined: Aug 08, 2007
Posts: 5
Ok, I'm clueless on how this works right now, I don't know where to begin reading up or what this stuff is call so I can search the area. I'm a novice level programer. Basically, I'm trying to open a webpage that is normally only accessible after you login. From there is want to read the html of that page so that I can find work with for the rest of my program. However I have no idea what to do. I have tried so url connection and readings, but they can't access the password protected page. Please help me point me in the right places, so I can start learning about how to approach this problem. Thanks
Lester Burnham
Rancher

Joined: Oct 14, 2008
Posts: 1337
The HtmlUnit library is great for programmatic web access. Don't be put off that it's labeled as a unit testing tool; it works just as well for other purposes.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: getting html from a webpage that requires you to login first.
 
Similar Threads
how to save images
i'm having trouble with an applet...
How can we call from a html to portal page?
My WebPage and the JForum Core
What's in a webpage?