You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then in the response body a {{ Request.Header.Authorization }} returns an empty string. But if I remove the request "headers" matcher, I get the correct value printed to the response. @tommysitu
Noticed a very likely related bug in templating:
If I have a
"headers"
matcher in my simulation, e.g.:then in the response body a
{{ Request.Header.Authorization }}
returns an empty string. But if I remove the request "headers" matcher, I get the correct value printed to the response. @tommysituOriginally posted by @ttiurani in #944 (comment)
The text was updated successfully, but these errors were encountered: