Hi, App Engine does automatic gzip compression, so that may be the reason why it removes the header before it passes request to an application.
Martin On 25 srp, 08:32, Philippe Marschall <[email protected]> wrote: > Hi > > I'm getting really strange behavior here where it looks as if the > Accept-Encoding wouldn't get passed to the application. My request > looks like this: > > GET /the/url HTTP/1.1 > Accept-Encoding: gzip > User-Agent: Jakarta Commons-HttpClient/3.1 > Host: myapp.appspot.com > Cookie: the cookie > > However the only headers I see are User-Agent, Host and Cookie. > > Cheers > Philippe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
