Hi. I’m a newbie on Wappler and learning it with the Docker/Nodejs set up after following Ken’s excellent tutorials.
I’m replicating some Python code to make a POST request to a remote server. The problem I have is that when running the Server Action the remote server is returning a status 200 response but the content of the response is wrong. I can get similar data back correctly using a GET request so it looks like the problem is in the body of the POST request.
I know there are Nodejs tools that allow the full POST request to be seen so I can look at where the problem lies but I don’t know if this can be achieved in Wappler as the Server Action is being executed directly rather than through a front end (where the debug feature works?)
Is there a native Wappler way of doing this? Thanks
Last updated: