-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request_transformer not adding key:value to message body #529
Comments
@bisoldi seems like your example of the JSON output from P.S. I cleaned up the formatting. |
as for the actual issue, I just tested locally and reviewed your mockbin example, it seems you're sending an the |
Thank you for the help with that. I think it would be beneficial if the documentation for the plugin (likely the response transformer as well?) clearly stipulated that requirement. |
@thefosk ^ |
agreed |
Closing this in favor of #569. |
I've setup two services, one I wrote in Java with an interceptor as well as a mockbin service, both of which show the insertion into the query string and header by the request_transformer. I can't get confirmation that the insertion into the message body is taking place.
The mockbin is located at: http://www.mockbin.com/bin/e4dee421-0e16-482d-ba69-4b507bef3346/log
Below is my Kong configuration:
Below are the 3 commands I issued:
The text was updated successfully, but these errors were encountered: