Simple python based HTTP wrapper around trace-that-route allowing for POST requests to trigger traceroutes.
curl -X POST "http://localhost:8000/trace" \
-H "Content-Type: application/json" \
-d '{"targets": ["8.8.8.8", "1.1.1.1"]}'Simple python based HTTP wrapper around trace-that-route allowing for POST requests to trigger traceroutes.
curl -X POST "http://localhost:8000/trace" \
-H "Content-Type: application/json" \
-d '{"targets": ["8.8.8.8", "1.1.1.1"]}'