郵便配達員の中で私のURL "http://localhost:1000/api/coupon/coupondeactivate"はうまく動作します。私はcronの仕事でこのURLを作りたいと思う。だから私はそれを以下の形式で使った。私はnodejsのURLのためのcron仕事をしたい
wget http://localhost:1000/api/coupon/coupondeactivate --header "Referer: localhost:1000"
しかし、私はCMDでのURLの上に貼り付けるしようとしたとき、私はとても親切に私はこの問題を解決するために助けてくださいバグ下回りました。
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.
のために正常に動作しますか? (これは 'wget'ではありませんが、もっと速く答えを出すのに役立つでしょうか?)https://www.getpostman.com/docs/creating_curlそれ以外の場合は、Postman vs' wget'リクエストをサーバーの観点から見て、それらの違いを確認してください。 – therobinkim
hello therobinkim、私はまた、cmdでcurlコマンドを試してみましたcurl -s http:// localhost:1000/api/coupon/coupondeactivate –
その時に/ api/coupon/coupondeactivateをGETできません エラーが来ます –