robdog Well-known member Aug 28, 2020 #1 Is this available for XenForo APIs or not yet? I would like to read in a JSON body and get all the parameters I need.
Is this available for XenForo APIs or not yet? I would like to read in a JSON body and get all the parameters I need.
Mike XenForo developer Staff member Sep 1, 2020 #2 Are you referring to making requests via a JSON body? If so, no. They must use one of the form-style encodings (mentioned here: https://xenforo.com/xf2-docs/dev/rest-api/#accessing-the-api).
Are you referring to making requests via a JSON body? If so, no. They must use one of the form-style encodings (mentioned here: https://xenforo.com/xf2-docs/dev/rest-api/#accessing-the-api).
robdog Well-known member Sep 2, 2020 #3 Mike said: Are you referring to making requests via a JSON body? If so, no. They must use one of the form-style encodings (mentioned here: https://xenforo.com/xf2-docs/dev/rest-api/#accessing-the-api). Click to expand... Yeah, that is pretty much what I was referring to. No big deal if it is not supported, I have a few clients that can work with the form URL encoding. Thanks for the reply.
Mike said: Are you referring to making requests via a JSON body? If so, no. They must use one of the form-style encodings (mentioned here: https://xenforo.com/xf2-docs/dev/rest-api/#accessing-the-api). Click to expand... Yeah, that is pretty much what I was referring to. No big deal if it is not supported, I have a few clients that can work with the form URL encoding. Thanks for the reply.