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
When using magic variables such as {{$uuid}}, the values are regenerated on every request sent and on every require('kulala').inspect(), making it impossible to see the computed variables for a specific response. The only way to overcome this is to always first inspect() before sending the request, but should this be something already dealt by the plugin?
It could be interesting to see the sent headers and body especially when they have tracing IDs.
P.S.: Thanks for creating and maintaining this amazing plugin!
The text was updated successfully, but these errors were encountered:
estacioneto
changed the title
See computed/sent request values after sent
[Feature request] See computed/sent request values after sent
Nov 4, 2024
When using magic variables such as
{{$uuid}}
, the values are regenerated on every request sent and on everyrequire('kulala').inspect()
, making it impossible to see the computed variables for a specific response. The only way to overcome this is to always firstinspect()
before sending the request, but should this be something already dealt by the plugin?It could be interesting to see the sent headers and body especially when they have tracing IDs.
P.S.: Thanks for creating and maintaining this amazing plugin!
The text was updated successfully, but these errors were encountered: