08.02.2024, 08:04
Use encodepost to correctly create a POST request body: https://forum.logicmachine.net/showthrea...1#pid27711
In your example getAccessToken() is not called anywhere. log() must be inside of the getAccessToken() function. Otherwise certain variables like response_body won't be logged because they are local to the function and are not visible outside of it.
In your example getAccessToken() is not called anywhere. log() must be inside of the getAccessToken() function. Otherwise certain variables like response_body won't be logged because they are local to the function and are not visible outside of it.