8000 GitHub - sapandang/RequestDump: Test the request sent to the server, Dump the request made by your application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sapandang/RequestDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RequestDump

N|Solid

RequestDump is nodejs based server whcih logs all the request it receives.Similarly like webhook tester. Why it was created.

  • mainly to test the integration between the system
  • log what request are being send by your app
  • log all the headers and body send by server

Installation

  • RequestDump requires Node.js v4+ to run.
  • make sure you have nodejs setup in your system
  • clone the repo
$ cd RequestDump
$ npm install 
$ npm start
or
$ node index.js

This will start server at port 3000.

Now open "http://127.0.0.1:3000/" in your browser you should see message

open /log to view the request

Now open "http://127.0.0.1:3000/log" in browser log page will open

Next

configure your app to send request to http://127.0.0.1:3000/ you will see all the request in /log

Do not send request to /log , /datas

Development

Want to contribute? Great! RequestDump is build using .

  • nodejs
  • vuejs
  • express
  • socket.io

Todos

  • currently server support only one requeset session
  • add mock features
  • add support for multiple user
  • add filter

License

MIT

Free Software, Hell Yeah!

About

Test the request sent to the server, Dump the request made by your application

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0