HttpURLConnection.setFollowRedirects
Class Overview | Class Members | 
  This Package | 
All Packages
 public static void setFollowRedirects( boolean set )
Description
 Sets whether HTTP redirects  (requests with response code 3xx) should 
 be automatically followed by this class.  False by default.  Applets
 cannot change this variable.