Skip to main content

Timeline for Server-Side REST Authentication

Current License: CC BY-SA 3.0

2 events
when toggle format what by license comment
Aug 12, 2015 at 15:48 comment added dhblah your problem was that you were using --form option to your parameters, they specify ` --form CONTENT Specify HTTP multipart POST data (H), so curl actually created added body parts which probably doesn't make sense, as content type is not multipart, and so it added boundary` to header. In order to make it work in curl, you need to use -d instead of --form
Jan 28, 2014 at 14:34 history answered Marc CC BY-SA 3.0