modify-outgoing-request-path

リクエストURLをオリジンサーバへ送る前に変更します。

typeパラメーター(必須)で指定可能な設定は以下の通りです。

{ "rules": [ { "matches": [ { "name": "http-method", "value": "GET" } ], "behaviors": [ { "name" : "modify-outgoing-request-path", "type" : "replace", "value": "/dir1/dir2/###/dir3/dir4/" } ] } ] }