File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ normative:
115
115
RFC8936 :
116
116
RFC9110 :
117
117
RFC9493 :
118
+ RFC3986 :
118
119
CAEP :
119
120
author :
120
121
-
@@ -853,7 +854,8 @@ stream_id
853
854
854
855
> **Transmitter-Supplied**, REQUIRED. A string that uniquely identifies the stream. A
855
856
Transmitter MUST generate a unique ID for each of its non-deleted streams
856
- at the time of stream creation.
857
+ at the time of stream creation. Transmitters are recommended to use character set
858
+ described in Section 2.3 of {{rfc3986}}}} to generate the stream ID.
857
859
858
860
iss
859
861
@@ -2218,9 +2220,9 @@ endpoint_url
2218
2220
2219
2221
authorization_header
2220
2222
2221
- > The HTTP Authorization header that the Transmitter MUST set with each event
2222
- delivery, if the configuration is present. The value is optional and it is set
2223
- by the Receiver .
2223
+ > If the endpoint_url requires authorization, the receiver is required to provide
2224
+ this authorization header in the stream creation/updation. If present, the
2225
+ Transmitter MUST set with each event delivery .
2224
2226
2225
2227
# ### Polling Delivery using HTTP
2226
2228
This section provides SSF profiling specifications for the {{RFC8936}} spec.
You can’t perform that action at this time.
0 commit comments