v0.17.4
PAC file configuration
We have added support for configuring Hoverfly with a PAC file which now allows users to dynamically change upstream proxies. Our support of PAC files is fairly primitive for now, offering support for DIRECT
and PROXY
commands. We currently do not support fallback upstream proxies such as PROXY proxy1.org.corp; PROXY proxy1.org.corp
.
The PAC file can be imported to Hoverfly through a PUT request to /api/v2/hoverfly/pac
or through the use of hoverctl.
hoverctl start --pac-file path/to/file.pac
For more information on Using Hoverfly behind a proxy
Bug fix to stateful capture
Thanks to @john4744 for spotting and fixing a bug in stateful capture. This should now be resolved.