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 424812a commit 17c3e65Copy full SHA for 17c3e65
content/v2/http-outbound.md
@@ -216,7 +216,9 @@ You must still grant permission by including the relevant `spin.internal` hosts
216
allowed_outbound_hosts = ["http://authz.spin.internal", "https://reporting.spin.internal"]
217
```
218
219
-To allow local chaining to _any_ component in your application, use a subdomain wildcard:
+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.
220
+
221
+To allow local chaining to _any_ component in your application, you can use a subdomain wildcard:
222
223
```toml
224
allowed_outbound_hosts = ["http://*.spin.internal"]
0 commit comments