I'm having a similiar problem. I'm using urllib.openurl() in my app
and am getting the same error.

The Error is obviously raised because of a bad header in the request.

The "bad headers" are defined in /appengine/api/urlfetch_stub.py line
53 - 60

_UNTRUSTED_REQUEST_HEADERS = frozenset([
  'content-length',
  'host',
  'referer',
  'vary',
  'via',
  'x-forwarded-for',
])

So if you request any source that is having any of these headers in
it, you will get the error. What Appengine is doing, is kicking out
the header but leaving the rest in. So stuff should work still.

Anybody knows a way to shut off the Error Message, because this is the
thing that really is bugging me. Cluttering the log a lot!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to