[google-appengine] Re: How to allow Proxy-Authorization header in request and response on GAE

2021-04-14 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, The “Proxy-Authorization” header is stripped for security reasons. A possible workaround would be moving from Standard to Flexible environment. Bear in mind the different headers' limitations for App Engine Flexible

[google-appengine] How to allow Proxy-Authorization header in request and response on GAE

2021-04-14 Thread Jaromir Sima
Hi, is it possible to allow some restricted HTTP headers on GAE? I need to allow 'Proxy-Authorization' header in request on our app and in response from our app. We have a java spring boot application on GAE standard environment and according to

[google-appengine] More migration resources

2021-04-14 Thread wesley chun
Greetings long-time App Engine developers, If you're running on Python 2, Java 6-8, Go 1.6-1.11, and PHP 5, we'd like to encourage you to consider upgrading to Python 3, Java 11, Go 1.12+, and PHP 7. The issue facing many of you is that moving to the next-gen App Engine platform involves two