Hi Team,
In APIGEE X I'm unable to see the request headers that are passing to the target endpoint in new debug UI of "Request Sent" section and this is happening ONLY in case If I have a assignmessage policy in TargetEndpoint Preflow to set target.copy.pathsuffix as false, If I remove that policy then I can see the list of headers that are passing to target endpoint.
Is this somekind of bug in debug or what? Can someone clarify on this
Here is the assignmessage policy config that I had in TargetEndpoint Preflow section
<AssignMessage continueOnError="false" enabled="true" name="AM-RemovePath">
<DisplayName>AM-RemovePath</DisplayName>
<Properties/>
<AssignVariable>
<Name>target.copy.pathsuffix</Name>
<Value>false</Value>
</AssignVariable>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
<AssignTo createNew="false" transport="http" type="request"/>
</AssignMessage>