Remove support for modifying request parameters
Request parameters are a server-side constructor, specific to the servlet specification. Rather than modifying request parameters the query string of the URI or the form URL encoded content of the body should be modified instead. Closes gh-846
This commit is contained in:
@@ -123,13 +123,6 @@ Any occurrences that match a regular expression are replaced.
|
||||
|
||||
|
||||
|
||||
[[customizing-requests-and-responses-preprocessors-modify-request-parameters]]
|
||||
==== Modifying Request Parameters
|
||||
|
||||
You can use `modifyParameters` on `Preprocessors` to add, set, and remove request parameters.
|
||||
|
||||
|
||||
|
||||
[[customizing-requests-and-responses-preprocessors-modify-uris]]
|
||||
==== Modifying URIs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user