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
- Host: GitHub
- URL: https://github.com/wesfly/arti_client-example
- Owner: wesfly
- Created: 2025-08-16T19:36:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-16T19:50:17.000Z (8 months ago)
- Last Synced: 2025-08-16T21:20:06.202Z (8 months ago)
- Topics: arti, example, hidden-service, http, rust, tor, web
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.