[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Any samples showing how to use Progress.Lang.OERequestInfo?

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
If you would like to know the context information of the request which means the (WebApp,Transport and Unique Request ID) then you can try the MDC feature we added in 12.0 and 11.7.4. You can get it by running the below code session:current-request-info:RequestID. For example, a REST request to ROOT WebApplication should give this - ROOT:r:00000001. Regards, Irfan

Continue reading...
 
Status
Not open for further replies.
Back
Top