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 17c3e65 commit b6bb205Copy full SHA for b6bb205
content/v3/http-outbound.md
@@ -219,6 +219,8 @@ You must still grant permission by including the relevant `spin.internal` hosts
219
allowed_outbound_hosts = ["http://authz.spin.internal", "https://reporting.spin.internal"]
220
```
221
222
+You may use either the `http` or `https` scheme, and the scheme in the service chaining request is ignored: only the special host name matters.
223
+
224
To allow local chaining to _any_ component in your application, you can use a subdomain wildcard:
225
226
```toml
0 commit comments