Google Cloud请求:curl出现301错误,但可在浏览器上使用

时间:2018-10-14 16:27:03

标签: google-app-engine curl cron google-cloud-platform

我在云上创建了GAE服务。 还创建了一个dispatch.yaml。

dispatch:
  - url: "*/cron/*"
    service: myservice

我还在网络服务器上myservice的{​​{1}}上定义了一个处理程序,用于监听/cron/start

cron.yaml

0.0.0.0/8080

我使用了url:

  

https://my-project-id.appspot.com/cron/start

cron不起作用。 我尝试在Chrome Webbrowser上使用该网址-正常运行。

我尝试使用curl:

cron:
- description: "pull transactions"
  url: /cron/start
  schedule: every 5 minutes

我正在获取xml:

curl -X GET https://my-project-id.appspot.com/cron/start

有人可以解释一下这些不同代理人的情况吗?即cron,Chrome浏览器,curl

0 个答案:

没有答案