Details about certain request

Not applicable

Hello There,

is there way to to get details about certain request. I know I can use trace but say I need to find out why certain request failed. For example I get some failure request, error code 400. I try to trace it and found that it is complaining about refresh token but I know for sure that the refresh token is in header. So how do I see more details about the same to figure where is the problem.

0 1 268
1 REPLY 1

yes, trace should show you if the header i present or not - if you are trying to troubleshoot at runtime, without trace - then you could use MessageLogging policy - you can configure it to write logs [lets say a boolean to represent a token is present or not, error message etc..] to a syslog destination configured either in loggly or sumologic or a syslog server