Forum Discussion
TP-101
2 years agoHelper I
M Query Post REST API, return format not JSON with Expression.Error
I'm attempting a POST to a REST API which should return data in JSON. The POST appears to succeed however, receiving an Expression.Error trying to convert the response to binary. Can this query be ...
lbendlin
2 years agoSuper User
The response is JSON, just a bit messed up . \u000a is a line feed. \" is a double quote etc. You can make that usable with a couple of replaces.
Anyway, in your headers you can specify which content type you accept. Try setting that to application/JSON.