我想为nodejs的url做cron作业

时间:2016-12-27 08:05:29

标签: node.js ubuntu url cron

邮递员内部我的网址" http://localhost:1000/api/coupon/coupondeactivate"工作正常。我想在cron作业中创建这个URL。所以我以下面的形式使用它。

wget http://localhost:1000/api/coupon/coupondeactivate --header "Referer: localhost:1000"

但是当我尝试在CMD中粘贴上面的URL时,我发现下面的bug,所以请帮助我解决这个问题。

Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:1000... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-12-27 12:27:19 ERROR 404: Not Found.

1 个答案:

答案 0 :(得分:0)

您好,请为您的网址尝试以下curl请求。

watch -n 5 curl --request POST  urlname

在cmd上面运行它对我来说很好