How can the body-transformer plugin access query parameters? #11618
andersonbui
started this conversation in
General
Replies: 1 comment
-
Hi @andersonbui You can reference a query parameter in a response template using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can the body-transformer plugin access query parameters?
Using the body-transformer plugin, I need to access a piece of data (123456 and AppPrueba001) that comes in the URL of the original request, to send it in the body of the resulting request.
original request:
Transformed request:
How would this be done? Can you help me please?
Beta Was this translation helpful? Give feedback.
All reactions