-
In the Event Subscription Template, the URL pattern is hardcoded to HTTPS. This seems incorrect as the URL may be different depending on the protocol chosen. ( )Please clarify if this understanding is correct. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Perhaps required also for Fall25. cc: @rartych |
Beta Was this translation helpful? Give feedback.
-
@rkandoi You are rigth it is hardcoded now, the reason is If we decide on other protocols (as already defined in the template) the pattern should be extended to cover them. |
Beta Was this translation helpful? Give feedback.
@rkandoi You are rigth it is hardcoded now, the reason is
table in 2.2.3. Subscriptions data model says that for protocol attribute:
Only
HTTP
is allowed for now.If we decide on other protocols (as already defined in the template) the pattern should be extended to cover them.
That is probably the topic for next meta-release.