Create Pawprints from cURL exchanges
You can generate Pawprints directly form cURL. No need to have Paw app on your computer. This works on Linux, Mac and Windows 10 with the approppriate bash
shell installed. We have an open-sourced command-line utility available on GitHub.
- Pawprint
- Pawprints from cURL excganges
Install Pawprint CLI
Install Pawprint CLI
Install the command line tool:
Create a Pawprint
Create a Pawprint
Create a Pawprint from any cURL request by adding this: --trace - | pawpt
. For example:
curl https://httpbin.org/get -trace - | pawpt
Alternatively, you can create private Pawprints by using the --private
option. This means the Pawprint will be created with an access token, so only people who you share the full URL (including access token) with, will be able to access the data. Also, this means the Pawprint won’t be indexed by search engines. For example:
curl https://httpbin.org/get -trace - | pawpt --private
Open Pawprint in the browser
Open Pawprint in the browser
You will get a link that you can paste in the browser to open your Pawprint. If you add --copy
to the command while creating your Pawprint, the public share link will be copied in the clipboard.
The Pawprint wil open with the HTTP exchange as s snapshot.
Delete Pawrint
Delete Pawrint
Created Pawprint will be kept for at least 30 days. To delete your Pawprint use the link from the response on creation.