On Wed, Feb 25, 2009 at 10:01 AM, [email protected] <[email protected]> wrote:
> Since GAE disallows modifying the user-agent header in the URL fetch > libraries how can one access a REST api such as Digg's which > explicitly requires this header be sent? > > Does GAE not send one at all by default? I have tried and keep > getting an error from Dig saying that "User-agent is required" I think Digg is lying to to do. App Engine sets the User-Agent header of urlfetch requests to something like "AppEngine-Google; (+http://code.google.com/appengine)". Dave. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
