X-Appengine-Inbound-Appid header is not added in GAE flexible environment
问题 According to https://cloud.google.com/appengine/docs/flexible/go/migrating#url_fetch ,in flexible environment we can use http lib instead of urlFetch which is supposed to add GAE related headers. My app is in flexible environment but "X-Appengine-Inbound-Appid" is not set when it makes http request. My app is in python using flask framework. To test is the right headers got set, I'm making http request to the same app (different endpoint). But the inbound request doesn't have "X-Appengine