v1.1.0
CORS support
You can now enable Cross-Origin Resource Sharing (CORS) support on hoverfly. Your web application running on the browser can make requests to Hoverfly even it’s not on the same domain.
hoverfly -cors
or
hoverctl start --cors
For more information, please see the docs.
Disable duplicate request check on simulation import
Some users experience slow import for large simulation file (a few hundred MBs with lots of pairs), you can speed it up by disabling the duplicate request checking feature:
hoverfly -no-import-check
or
hoverctl start --no-import-check
Custom Hoverfly response header
A response proxied by Hoverfly contains header Hoverfly: Was-Here
. In this release, we are adding Hoverfly: Forwarded
to it if a request is not simulated but forwarded to the remote service in SPY
mode.