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 2016/11/10 13:09:40 UTC

[Bug 60358] New: Body Data is not sent while making HTTP GET request

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

            Bug ID: 60358
           Summary: Body Data is not sent while making HTTP GET request
           Product: JMeter
           Version: 3.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: saumitra.official@gmail.com
  Target Milestone: ---

HTTP request sampler does not send Body data if HTTP GET call is requested with
body data. In other words, there is no way to make HTTP request equivalent to
the following cURL
curl -XGET http://host/endpoint -d "request_body"

REST API with Body Data is exposed as a standard API in Elasticsearch
https://www.elastic.co/guide/en/elasticsearch/reference/2.3/search-request-body.html
and there is no way to test the performance of those APIs with JMeter.

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

[Bug 60358] Http Request : Allow sending Body Data for HTTP GET request

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |resist@dol.hi-ho.ne.jp

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
*** Bug 57739 has been marked as a duplicate of this bug. ***

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

[Bug 60358] Http Request : Allow sending Body Data for HTTP GET request

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |enhancement
            Summary|Body Data is not sent while |Http Request : Allow
                   |making HTTP GET request     |sending Body Data for HTTP
                   |                            |GET request

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

[Bug 60358] Http Request : Allow sending Body Data for HTTP GET request

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sat Nov 12 00:17:58 2016
New Revision: 1769364

URL: http://svn.apache.org/viewvc?rev=1769364&view=rev
Log:
Bug 60358 - Http Request : Allow sending Body Data for HTTP GET request
Put back the mention of bug delete in r1769202
Update documentation which was wrong for DELETE and update it for GET
Bugzilla Id: 60358

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml

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

[Bug 60358] Body Data is not sent while making HTTP GET request

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Created attachment 34435
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34435&action=edit
Patch fixing the issue

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