相关疑难解决方法(0)

Google应用引擎:cron作业的安全性

GAE为预定的工作提供cron工作.如何设置一些安全性以防止某人直接执行http GET?在以下示例中,我可以随时在浏览器的url字段中键入/ updateData以在以下设置中执行作业:

cron:
- description: daily update of the data in the datastore
  url: /updateData
  schedule: every day 00:00
  timezone: ...
Run Code Online (Sandbox Code Playgroud)

security cron google-app-engine

9
推荐指数
2
解决办法
2369
查看次数

标签 统计

cron ×1

google-app-engine ×1

security ×1