CoRE icon indicating copy to clipboard operation
CoRE copied to clipboard

Change Settings to "Make Web Request"

Open techwithjake opened this issue 8 years ago • 3 comments

Add "TEXT" to "Content Type"

Make "Variables to send" optional

techwithjake avatar Jul 22 '16 21:07 techwithjake

Made variables optional. What should the content-type be? And how should I encode the body?

ady624 avatar Jul 29 '16 22:07 ady624

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.

techwithjake avatar Jul 31 '16 17:07 techwithjake

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.

ady624 avatar Aug 09 '16 13:08 ady624