You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2022/01/25 09:29:20 UTC

[Bug 65843] New: JMeter Unsuccessful Https File Upload of Raw contents

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

            Bug ID: 65843
           Summary: JMeter Unsuccessful Https File Upload of Raw contents
           Product: JMeter
           Version: 5.4.3
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: jayashree.jayagopi@gmail.com
  Target Milestone: JMETER_5.5

I have a very peculiar scenario where the raw data of the file has to be sent.
I have tried following options and still wasn't successful.

- Http Request with form-data disabled but still its sending as multi-part
which is not acceptable by the system
- Sending the file contents in request body by following methods . They were
successful however the file uploaded was encoded in some format so the MD5 hash
of the original file and uploaded file doesn't match. Hence the uploaded file
looked different from original
    - FileToString Method
    - Reading the file using HTTP request . Capturing the response and passing
to the body of File upload request
- Using Https Raw data . Since its https request, it cannot be used.
- All possible encoding formats available but nothing worked as the application
just expects the raw data without any encoding.

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

[Bug 65843] JMeter Unsuccessful Https File Upload of Raw contents

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65843

jayashree.jayagopi@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker

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

[Bug 65843] JMeter Unsuccessful Https File Upload of Raw contents

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65843

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
             Status|NEW                         |NEEDINFO

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
I think this question should have started as a discussion on the users mailing
list, as it seems to be about the usage of JMeter.

For a ticket, it would be best to add a minimal test plan, that shows your
problems. As a dummy server you could use the built in mirror element, which
mirrors back, what you send it.

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

[Bug 65843] JMeter Unsuccessful Https File Upload of Raw contents

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65843

--- Comment #2 from jayashree.jayagopi@gmail.com ---
I understand your point and I have started a discussion in the user mailing
list. Since I have explored many options and also did write it in many forums
and found no answer. As well as went through the Documentation. Hence decided
to write a bug . I will wait for the response and keep this ticket updated.

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