On Mon, Feb 3, 2014 at 5:58 PM, Fredrik Enestad < [email protected]> wrote:
> We are currently sending auth tokens in custom headers in our application. > When the application is deployed to GAE those headers are dropped (without > any warnings). > I've understood that there are some limitation of the length of all > headers but the Location header. Is there any way of getting around this > limitation for custom headers? And what is the reason of limiting the > headers length? > > See https://groups.google.com/forum/#!topic/google-appengine/3UDJkS1ydBQ > and https://code.google.com/p/googleappengine/issues/detail?id=407 for > more info on the issue (couldn't find this info in the docs). > Hi Fredrik, If you feel that this is a bug, you can file a new issue in the tracker (the issue you linked to is already closed): https://code.google.com/p/googleappengine/issues/entry With that said, which API are you connecting to? There are some APIs that allow auth tokens to be sent as a HTTP parameter instead of as a header. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
