#Simple tool to see the body of a get request
install:
npm i
start the server:
node index.js
in a separate terminal:
npx localtunnel --port 3000
The last command will give you the public URL. In the first terminal the raw body will be printed.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#Simple tool to see the body of a get request
install:
npm i
start the server:
node index.js
in a separate terminal:
npx localtunnel --port 3000
The last command will give you the public URL. In the first terminal the raw body will be printed.