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)
@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!
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 RequestorSave Response), however, you can easily turn off this feature by settingrest-client.enableTelemetrytofalse.