Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 941 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 941 Bytes

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