diff --git a/iot/http_example/cloudiot_http_example_nodejs.js b/iot/http_example/cloudiot_http_example_nodejs.js index 101676cb27..cb26df4d15 100644 --- a/iot/http_example/cloudiot_http_example_nodejs.js +++ b/iot/http_example/cloudiot_http_example_nodejs.js @@ -123,7 +123,8 @@ function publishAsync (messageCount, numMessages) { const options = { url: url, headers: { - 'Authorization': 'Bearer ' + authToken + 'authorization': 'Bearer ' + authToken, + 'cache-control': 'no-cache' }, json: true, body: postData