You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,6 +44,38 @@ be interpreted as described in [RFC 2119]( https://tools.ietf.org/html/rfc2119).
42
44
Please refer to terminology defined by the
43
45
[Open Service Broker API specification](spec.md#terminology).
44
46
47
+
48
+
## Additional Headers
49
+
50
+
### Cloud Foundry Info Location Header
51
+
52
+
The `X-API-Info-Location` header is used to provide Service Brokers with an
53
+
endpoint that can be used to fetch information about the specific Cloud Foundry
54
+
deployment from which the request originated.
55
+
56
+
The header consists of a `value` string, where the `value` is a Base64 encoded
57
+
serialized JSON object.
58
+
59
+
The following properties MUST appear within the JSON encoded `value`:
60
+
61
+
| Property | Type | Description |
62
+
| --- | --- | --- |
63
+
| info_location_url | string | The URL of an endpoint that can be used to fetch information about the Cloud Foundry deployment from which the request originated. |
0 commit comments