CoRE
CoRE copied to clipboard
Change Settings to "Make Web Request"
Add "TEXT" to "Content Type"
Make "Variables to send" optional
Made variables optional. What should the content-type be? And how should I encode the body?
Still need to work on how to encode the body properly. Part of the reason I closed it out. I had set as just text/plain as the content type but no proper encoding.
I cannot merge this because it would not work. There is code that needs to handle the TEXT content-type (text/plain) and I need to know how "TEXT" would encode the body. Some ini-like maybe?
param1=value1 param2=value2 param3=value3
with CRLF between the pairs?
Or should it only be
value1 value2 value3
with CRLF between the values, no parameter names?
I am willing to add the requested feature though :) Let me know, thank you.