hey there, got a SELECT issue : with GET, I get th...
# help
x
hey there, got a SELECT issue : with GET, I get the values, but with POST, it adds me an empty row. Any idea ?
s
Can you elaborate more on what you are doing? provide example code that you are running.
x
I'm working with Unreal Engine and a rest plugin that allows me to send API requests. Here I send a GET request with select=*, it works fine. But as soon as I set the same POST request, it adds a NULL row to the db (when entering some Body, if not I get an error)