Skip to content

reactors/effects/httpRequest/allowedHosts

Back to Index

A list of hosts that Reactors are allowed to call. If not set, any hostname is allowed. It’s highly recommended to configure this list for any production environment.

Example Value

[
"api.example.com"
]
Back to Index