https://bz.apache.org/bugzilla/show_bug.cgi?id=65013

Felix Schumacher <felix.schumac...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Felix Schumacher <felix.schumac...@internetallee.de> ---
The used curl command from the zip file is:

curl --location --request POST 'http://example.com/api/somepath' \
--header 'Accept-Language: it-IT' \
--header 'HTTP_X_FORWARDED_FOR: 127.0.0.1' \
--form 'FrontsideImage=@"/C:/Users/someuser/Desktop/Desktop.jpg"' \
--form 'BacksideImage=@"/C:/Users/someuser/Desktop/Desktop.jpg"' \
--form 'ApplicationTypeId="13"' \
--form 'Country="ITA"' \
--form 'DocumentType="ID_CARD"'

The filenames are placed together with their quotes into the fields in JMeter
(as shown in the images in the zip).

The quotes from around the values of the form parameters are kept, too. (Shown
again in the images inside the zip).

So there are two problems reported here:

1) quotes around the values are kept, but curl would drop them
2) the mime type is set to a very generel mime-type (probably curl is doing a
better job at guessing the mime-type)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to