[hotjoe.com] HotJoe Java Help Forums
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Visit java.com
Please send email if you are having login problems - see the posts below for more info.
Hotmail and Yahoo! users - please see the Hotmail post or the Yahoo! post for information on lost emails.
java maskeraiding as firefox - how?  XML
Forum Index » New to Java
Author Message
chopficaro

Newbie

Joined: 05/02/2010 08:35:09
Messages: 13
Offline

this is a tough one, but theres got to be a way to do it. my program accesses urls, but when it tries google, google says
NO! IM GIVING U A 403!
because google doesn't like automated searches, it only wants browsers to visit google, not java programs.
the way it does this most likely is with the php variable $_SERVER['HTTP_USER_AGENT']
it tests for the browser type, and if its not one of the major browsers, it returns a 403.
i need my java program to know when it is given this request, and i need to learn how to send back any string i want, because then i can tell google that java is firefox, when its not.
chopficaro

Newbie

Joined: 05/02/2010 08:35:09
Messages: 13
Offline

uc.setRequestProperty("User-Agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)"); // Will set IE user agent
got it, this may also be the solution to my previous post
 
Forum Index » New to Java
Go to:   
Powered by JForum 2.1.9 © JForum Team
This site run by Scott Dunbar of Xigole Systems. © 2005-2011 - Scott Dunbar
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners
hotjoe.com, xigole.com, and Scott Dunbar have no affiliation with Oracle