Skip to content

A webserver that can proxy, record and replay requests

License

Notifications You must be signed in to change notification settings

aeinbu/web-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Recorder or Http Recorder

A webserver that can proxy, record and replay requests

This utility helps examine incoming payloads. This can be usefull when setting up a webhooks receiver.

This utility could also act as a replayer proxy to use a web resource is offline.

Web Recorder starts up two different http endpoints, one for recording all requests, and one for examining the recordings, as well as administering the recorder.

vNow

  • http endpoint(s)
    • records request path, querystring, verbs, headers, post/payload etc
    • can respond with predefined messages

vNext

  • proxy
    • records requests and their responses
    • authentication pass-through
  • replayer
    • can replay responses to requests differing on different paths, querystring, post messages etc
    • some customization of how to select a response to a requests (what to ignore etc)
  • WebUI
    • list and examine at recordings
    • response and request editor

About

A webserver that can proxy, record and replay requests

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages