Re: [appengine-java] URLFetch Setting User Agent

2011-07-21 Thread Ikai Lan (Google)
Interestingly enough it says we can do it here: http://googleappengine.blogspot.com/2009/04/sdk-version-121-released.html Though I wonder if we changed this to make it easier to spot spammers. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com

[appengine-java] URLFetch Setting User Agent

2011-07-15 Thread ANithian
Hi all, Apologies if I am missing something fundamental but I am not having any luck setting the user agent string of my URL connection to a web site I am trying to invoke. Here is my code: URL u = new URL(http://hokiesuns.appspot.com/echorequest;); HttpURLConnection uConn =