Hi, is there any way to see the full request that was sent by OpenAPICaller? I struggle with a PUT request to api.avima.app and the Avima support team would like to se my full request.
Thanks
Solved
See full Request Body sent by OpenAPICaller
Best answer by david_r
Have you tried activating debug messages in the translation log? That should make the transformer log a lot more information.
A workaround could be to use the HTTPBin service, which will reply with both the headers and body it received. Point the OpenApiCaller to e.g. https://httpbin.org/put (make sure nothing other than parameters gets added after) and inspect the JSON response “data” attribute.
There is also https://www.postb.in/ that does something similar, but where the received data is displayed in a “private” page.
Just make sure not to send any sensitive data, crendentials or tokens to any of these.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.


