View Sent REST Call Request

0
I am having trouble getting a certain REST call working right in a deeplink microflow, I always get '400 Bad Request.' Is there any way for me to actually view the call that was sent? I tried Wireshark but couldn't find it. If I send the same request from Postman or anywhere else it will be unauthorized, so I need to see what the Mendix app is actually sending.
asked
1 answers
2

Ben

Set the log level for the rest log node to trace and you should see everything that was sent in the Mendix logs.  You can read about setting log levels here:. https://docs.mendix.com/howto/monitoring-troubleshooting/log-levels

Mike

 

answered