Skip to content

HTTP proxy that saves all the files that it proxied (suffixed with timestamp) into the file system. Great for debugging on the server-side. It's like Fiddler for the server.

masterjk/recording-http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

recording-http-proxy

Install Dependencies

# npm install commander connect@2.20.2 moment node-fs fs.extra log4js

HTTP proxy that saves all the files that it proxied (suffixed with timestamp) into the file system. Great for debugging on the server-side. It's like Fiddler for the server - best to capture binary files, or debugging server components.

Example, multiple requests for www.domain.com/crossdomain.xml will result to different files.

The output folder looks like:
{client-ip}/
  http /
    www.domain.com /
      crossdomain.xml.2013-04-09T15-04-37-033
      crossdomain.xml.2013-04-09T15-04-46-493

About

HTTP proxy that saves all the files that it proxied (suffixed with timestamp) into the file system. Great for debugging on the server-side. It's like Fiddler for the server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published