File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v3/http-outbo
7
7
8
8
---
9
9
- [ Using HTTP From Applications] ( #using-http-from-applications )
10
+ - [ Restrictions] ( #restrictions )
10
11
- [ Granting HTTP Permissions to Components] ( #granting-http-permissions-to-components )
11
12
- [ Configuration-Based Permissions] ( #configuration-based-permissions )
12
13
- [ Making HTTP Requests Within an Application] ( #making-http-requests-within-an-application )
@@ -218,6 +219,8 @@ You must still grant permission by including the relevant `spin.internal` hosts
218
219
allowed_outbound_hosts = [" http://authz.spin.internal" , " https://reporting.spin.internal" ]
219
220
```
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
+
221
224
To allow local chaining to _ any_ component in your application, you can use a subdomain wildcard:
222
225
223
226
``` toml
You can’t perform that action at this time.
0 commit comments