Vscode-restclient: Does any request/response data get sent to any servers anywhere?

Created on 26 Feb 2020  路  2Comments  路  Source: Huachao/vscode-restclient

When I perform requests using this add-on does any data about the request or response get sent to any Microsoft or third party servers?

(for example Postman syncs data about the requests and responses to their servers if you're logged in)

question

Most helpful comment

@kjjgibson thanks for your question. No request/response data will be sent to the Microsoft or 3rd party services. My extension will collect some usage data by default such as invoking commands(Send Request or Save Response), however, you can easily turn off this feature by setting rest-client.enableTelemetry to false.

All 2 comments

@kjjgibson thanks for your question. No request/response data will be sent to the Microsoft or 3rd party services. My extension will collect some usage data by default such as invoking commands(Send Request or Save Response), however, you can easily turn off this feature by setting rest-client.enableTelemetry to false.

Thanks for the answer!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Fed29 picture Fed29  路  13Comments

OzgurDogan picture OzgurDogan  路  13Comments

johnbeynon picture johnbeynon  路  23Comments

mtxr picture mtxr  路  13Comments

chewlm86 picture chewlm86  路  13Comments