From: p...@cs.stanford.edu (Lawrence Page) Subject: Q: Setting User-Agent Field? Date: 1996/01/07 Message-ID: <page-0701962007020001@qwerty.stanford.edu>#1/1 X-Deja-AN: 134550259 organization: Stanford University reply-to: p...@cs.stanford.edu newsgroups: comp.lang.java I have a web robot which is a Java app. I need to be able to set the User-Agent field in the HTTP header in order to be a good net citizen (so people know who is accessing their server). Anyone have any ideas? Right now, Java sends a request that includes something like: User-Agent: Java/1.0beta2 I'd rather not rewrite all the HTTP stuff myself. I tried just searching in the JDK for the Java/1.0beta2 figuring I could just change the string, but I couldn't find it. Perhaps it is stored as a unicode string? An easy method of setting the User-Agent field should probably be added to Java, so people can properly identify their programs. Thanks, Larry Page