What does _ah mean in Google App Engine?

后端 未结 3 941
我在风中等你
我在风中等你 2021-02-06 21:45

Does the _ah mean anything in Google App Engine?

I\'m not looking to find out what it\'s used for or where is it located and how it works. As some answers b

3条回答
  •  闹比i
    闹比i (楼主)
    2021-02-06 22:40

    It comes from apphosting, the underscore is to make it more difficult to collide with some user provided URL.

    Edit: I worked at Google, apphosting was the first name they selected for AppEngine, and this name still remains in some parts of the internal configuration.

提交回复
热议问题