如何在 AppEngine 中使用X-AppEngine-Estimated-CPM-US-Dollars标头。我阅读了一些文档,我们可以仅使用管理员凭据来使用它,这是什么意思?
如果您有任何样品,请与我们分享。
提前致谢!:)
如何在 AppEngine 中使用X-AppEngine-Estimated-CPM-US-Dollars标头。我阅读了一些文档,我们可以仅使用管理员凭据来使用它,这是什么意思?
如果您有任何样品,请与我们分享。
提前致谢!:)
我没有做任何特别的事情来启用这个功能。Owner
如页面https://appengine.google.com/Administration > Permissions 所示,我的应用具有角色。
如果我从我的 Google 帐户注销 - 此标题消失。
如果我登录到我的 Google 帐户并访问我网站上的安全区域,则会出现其他标题。
像这样标记的安全区域web.xml
:
<security-constraint>
<web-resource-collection>
<web-resource-name>Administration resources</web-resource-name>
<url-pattern>/admin/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>admin</role-name>
</auth-constraint>
</security-constraint>
它在 Firebug 中看起来像这样:
标头本身在http://googleappengine.blogspot.com/2009/08/new-features-in-124.html?m=1中进行了说明。如果您没有免费配额,这是您支付给 Google 以提供该页面的 1,000 倍。(当然,实际上服务完全相同的页面 1000 次可能会因为缓存而花费更少。)