このページは、まだ日本語ではご利用いただけません。翻訳中です。
古いプラグインバージョンのドキュメントを閲覧しています。
Looking for the plugin's configuration parameters? You can find them in the Request Transformer configuration reference doc.
The Request Transformer plugin for Kong allows simple transformation of requests before they reach the upstream server. These transformations can be simple substitutions or complex ones matching portions of incoming requests using regular expressions, saving those matched strings into variables, and substituting those strings into transformed requests using flexible templates.
For additional request transformation features, check out the Request Transformer Advanced plugin. With the advanced plugin, you can also limit the list of allowed parameters in the request body.
Notes:
- If a value contains a
,
(comma), then the comma-separated format for lists cannot be used. The array notation must be used instead.- The
X-Forwarded-*
fields are non-standard header fields written by Nginx to inform the upstream about client details and can’t be overwritten by this plugin. If you need to overwrite these header fields, see the Post-function plugin.
Order of execution
This plugin performs the response transformation in the following order:
remove → rename → replace → add → append