Skip to content

Releases: fossas/echotraffic

v1.1

16 Feb 20:01
f77df84
Compare
Choose a tag to compare

Adds the ability to print text responses from the remote. Pass -response to do so.

v1.0

14 Mar 18:18
bc102d5
Compare
Choose a tag to compare

This small program allows users to view traffic sent by fossa-cli to the FOSSA service.

How to read output

Each discrete API call is denoted by the line 🚀 Forward '{path}' to '{destination}':

✨ Serving on ':3000', forwarding to 'https://app.fossa.com'
🚀 Forward '/api/cli/organization' to 'https://app.fossa.com/api/cli/organization'
GET /api/cli/organization HTTP/1.1
Host: localhost:3000
User-Agent: Go-http-client/1.1
Accept: application/json
Accept-Encoding: gzip
Authorization: Bearer <snip>

If a body is attached to the request, it's listed after a blank line:

🚀 Forward '/api/proxy/sherlock/scans/bde59fdc-923b-4429-a871-45fbb24bc2ba/files' to 'https://app.fossa.com/api/proxy/sherlock/scans/bde59fdc-923b-4429-a871-45fbb24bc2ba/files'
POST /api/proxy/sherlock/scans/bde59fdc-923b-4429-a871-45fbb24bc2ba/files HTTP/1.1
Host: localhost:3000
User-Agent: Go-http-client/1.1
Content-Length: 261729
Accept-Encoding: gzip
Authorization: Bearer <snip>
Content-Type: application/json

{"ScanData":{"...