SmartGridready / SGrJava

SmartGridready communication handler in Java
0 stars 0 forks source link

Support POST form data #69

Closed mkrebs81 closed 3 weeks ago

mkrebs81 commented 3 weeks ago

Support for HTTP POST requests with form data (content type = application/x-www-form-urlencoded).

This concept uses a request body formatted like the query string and converts it into form parameters. It still needs optimization!

Note: Just sending the formatted body string and setting the content type header was not sufficient!

mkrebs81 commented 3 weeks ago

@ArndGerns @ergo-furrer I have refactored the implementation and also added support for the REST API value mappings. It still may need some more testing...

mkrebs81 commented 3 weeks ago

will create new PR for other branch that includes this.