• caglararli@hotmail.com
  • 05386281520

How to check what information httpie transfers to their own servers

Çağlar Arlı      -    10 Views

How to check what information httpie transfers to their own servers

Httpie is an HTTP client used by some developers to communicate with and test REST API and other services available through HTTP.

Every time I use httpie (https://httpie.io/) in addition to the server I specify, it also makes a connection to the their own server https://httpie.io

I am on macOS, and installed httpie using Brew.

I only imagine they are collecting some telemetry.

Has anyone looked at the information httpie is transmitting? Is there a way to check what information httpie is transmitting?

I love the tool and use it rather frequently, but every time I feel I should look into this.

following comments, I looked at their source code here https://github.com/search?q=repo%3Ahttpie%2Fhttpie+httpie.io+language%3APython&type=code&l=Python

There is a "check for updates" call that can be a candidate.