mjrgit / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Mutlipart Boundary not sent in request body when file is not attach using mutlipart/form-data #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. POST to a form using mutlipart/form-data content type
2. Do not attach a file
3. Use the chrome network console and notice "------WebKitFormBoundary" will be 
missing, however, if you include a file, it is present. 

What is the expected output? What do you see instead?
The request body should have a part boundary for each form input

On what operating system?
OSX

Please provide any additional information below.

Original issue reported on code.google.com by mgre...@hubspot.com on 2 Dec 2012 at 2:52

GoogleCodeExporter commented 8 years ago
Hi.
Thank you for this report. For mutlipart/form-data content type the app should 
serve proper payload. It will be included to nearest update.

Original comment by jarro...@gmail.com on 9 Dec 2012 at 9:27

GoogleCodeExporter commented 8 years ago
Awesome! +1

Original comment by mgre...@hubspot.com on 9 Dec 2012 at 9:31