S Steven Ryals Member Apr 21, 2023 #2 OMG it wants message & thread_id in the url parameters? no way that's the intention.. so no posts over about 2000 characters can be done since url max length is 2048 not including the url encoding characters.. please tell me I'm missing something.
OMG it wants message & thread_id in the url parameters? no way that's the intention.. so no posts over about 2000 characters can be done since url max length is 2048 not including the url encoding characters.. please tell me I'm missing something.
Jeremy P XenForo developer Staff member Apr 21, 2023 #3 Request bodies should use application/x-www-form-urlencoded encoding (rather than JSON), but that is distinct from having them in the request URL directly: https://xenforo.com/docs/dev/rest-api/#accessing-the-api
Request bodies should use application/x-www-form-urlencoded encoding (rather than JSON), but that is distinct from having them in the request URL directly: https://xenforo.com/docs/dev/rest-api/#accessing-the-api