Aug 24, 2017 · 1 min read
FYI in case anyone is interested I believe I have figured out how to adapt the code to work with “application/x-www-form-urlencoded”
writer.write(postData.toString());is replaced by a loop through the keys of the JSON object creating the URL params one by one like so…
Thanks again Jeff Lewis — sorry to bother you with the question.
