This is the command htproxy that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
htproxy - record a HTTP session
SYNOPSIS
htproxy [OPTIONS]
DESCRIPTION
htproxy do record a HTTP session as a httest script
OPTIONS
-v --version
Print version number and exit
-h --help
Display usage information (this message)
-p --port
Port
-d --dest
Destination file, default file is "file"
-u --url-filter
URL filter regex default is none (blacklist)
-l --log-level
Log level 0-4
-H --host-var
Variable name for host
-P --port-var
Variable name for port
-U --root-var
Web application root variable name
-A --host-header-var Variable name for host header value
-t --socket-tmo
Socket timeout [ms], default 30000 ms
-i --header-file
File with header text
-e --trailer-file
File with trailer text
-c --cookie-prefix
Cookie variable prefix, default is COOKIE_
-C --config
Configuration file
Example: htproxy -p 8888 -d init -H HOST -P PORT -u
"(.*\.png\;.*$)|(.*\.css\;.*$)|(.*\.ico\;.*$)|(.*\.js\;.*$)"
Use htproxy online using onworks.net services