We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d4da7 commit 2f3d752Copy full SHA for 2f3d752
docs/pages/keyconcepts/middleware.rst
@@ -74,6 +74,6 @@ By default, Hoverfly binds its Admin and Proxy ports to the loopback interface o
74
- Run Hoverfly only on trusted/private networks.
75
- Restrict access to the Admin API to trusted callers and networks (e.g., via firewalls, security groups, VPNs, reverse proxy ACLs).
76
- Prefer binding to localhost unless there is a strong need to expose it, and scope exposure to the minimum required interfaces.
77
- - Enable authentication if appropriate and avoid exposing the Admin port publicly.
+ - :ref:`proxyauth` if appropriate and avoid exposing the Admin port publicly.
78
79
The guidance above applies whether you configure middleware as a local executable/script or as HTTP middleware.
0 commit comments