Get initial request by Defer Token
I'm using Deferred Response.
After I have obtained a token, is it possible to retrieve initial request somehow?
Product version: IRIS 2021.1
I'm using Deferred Response.
After I have obtained a token, is it possible to retrieve initial request somehow?
I'm not sure if I fully understand your question Eduard, but the token itself, internally, is built by the original request's Message Header ID (and the Production name; concatenated with a pipe - |)
E.g., from the code (in Ens.Host):
Note this is of course internal implementation, and I don't think it is documented or supported (i.e. might change in future versions without notice).
Thank you!
Looks like exactly what I need.