Hi there, I've had some luck following the example at: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientFormLogin.java
to login to a web site then get a page I'm looking for. The problem is that the page that comes back has an iframe reference who's source is what I actually want. When I try to get that page with a POST or GET it detects that I'm not making the request from the iframe and redirects me to the enclosing page. Is there a way on my DefaultHttpClient to pretend I'm a browser making a request for an iframe within a page?
