An open API service indexing awesome lists of open source software.

https://github.com/wesfly/arti_client-example

This repo demonstrates how to make a HTTP get request to a TOR hidden service using arti_client
https://github.com/wesfly/arti_client-example

arti example hidden-service http rust tor web

Last synced: 5 months ago
JSON representation

This repo demonstrates how to make a HTTP get request to a TOR hidden service using arti_client

Awesome Lists containing this project

README

          

# ```arti_client``` example

This repo demonstrates how to get the content of a hidden service via tor using plain HTTP.

More examples are available [here](https://gitlab.torproject.org/tpo/core/arti/-/tree/main/crates/arti-client/examples).

When using contacting port 443, you'll probably get a ```400 Bad Request```, because it can only make HTTP requests.
If you figure out how to use it with HTTPS, please make a pull request (me stoopid😅)

---

NOTE: arti_client is not yet stable. Bear this in mind when using it in a production environment. Also, because it is in the early stages of development, the API will probably change significantly in the future.