What does _ah mean in Google App Engine?

后端 未结 3 975
我在风中等你
我在风中等你 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条回答
  •  自闭症患者
    2021-02-06 22:36

    /_ah/ is a reserved URL path used by App Engine for features (mail, warmup, login, etc.) or administrative purposes.
    Script handler and static file handler paths will never match this path.

提交回复
热议问题