OptimusHTTP icon indicating copy to clipboard operation
OptimusHTTP copied to clipboard

Pass a raw body instead of an array of parameters

Open mmethot opened this issue 7 years ago • 0 comments

Would it be possible to pass a Raw body in a POST request as an alternative to the array params?

Right now, if I try to pass it like this:

params.put("", my_raw_string);

If get a 400 Bad Request from the requested server.

Thank you!

mmethot avatar May 19 '17 14:05 mmethot