Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrieving an ASP page from Java

Status
Not open for further replies.

danorme

Programmer
Joined
May 6, 2002
Messages
1
Location
US
I'm trying to get public domain info from a site I do not own. I have a Java program that makes a request for a web page, i.e.
I parse that so I can make another request, i.e. I figured out that I need to add a cookie so the site knows what property ID I am referring to.

The HTML my program receives from that request is missing the table with the info I want. But that request looks fine in a browser.

This looks like a measure to prevent people like me from doing things like that. Is this true? And does anybody know how to get around this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top