Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.63 KB

File metadata and controls

49 lines (26 loc) · 1.63 KB

Request Cart - Debug/Inspect Webhook Requests

A request inspector created to learn more about React, MongoDB, Express.js, Node.js, PostgreSQL, and Websockets.

General Information

In order to inspect or debug webhooks you need a tool like Request Cart. Request Cart gives you a unique URL endpoint that you can send webhook or other HTTP requests so you can inspect the request. It displays the basic structure of the request including the headers, metadata, and the body in a organized way.

Technologies

React

Node.js

Express.js

Mongoose

MongoDB

PostgreSQL

WebSockets

Usage

Visit Here and click on the "Visit Your Request Carts" button. This will display all the carts you have created from your IP address.

Homepage

Then you can create a Request Cart by clicking on the "Create New Cart" button.

Carts Page

Then select the cart and you can view all of the request sent to that unique URL.

Cart Page

The cart page will be updated live using websockets so you will not have to reload the page in order to view the most recent requests.

Status

This is a work in process but it is live and you can use it today here. If you have any thought or concerns let me know!

Future Work

  • Fix some of the sizing issues with shrinking screens and make it mobile friendly.