https://bz.apache.org/bugzilla/show_bug.cgi?id=58092
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Sebb <[email protected]> --- (In reply to Marbaf from comment #0) > Hi, > > From documentation page of HTTP Request Defaults > (http://jmeter.apache.org/usermanual/component_reference. > html#HTTP_Request_Defaults) parameters table mentions attribute "Method". > But I can not find this field on HTTP Request Defaults page (even on the > documentation's screenshot). > Is it a misunderstanding, a dcumentation bug or a real bug ? Please let me > know. The documentation is wrong; the HTTP method (GET, POST etc) cannot be specified on the HTTP Defaults page. Not entirely sure why. > The need is to set a default parameter only for HTTP GET requests, because > right now, value of default parameter is added at the end body part of POST > request. So I am using a Beanshell preprocessor to empty the parameter > (vars.put("parameter","");. That is not how the HTTP Defaults element works. If the Defaults is in scope for the HTTP Request, it will use it to provide any missing items. > Regards -- You are receiving this mail because: You are the assignee for the bug.
