We are migrating from Python 2 to Python 3 and one of our authentication checks is to assert App Identity using the
App Identity Python API. In my Python 3 application, I'm unable to get the X-Appengine-Inbound-Appid data from headers. I printed the request headers in Flask by using the request.headers but the above needed information was not present. Also, I'm calling my Python 3 application via urlfetch from a current Python 2 application.