sunnycjd opened a new issue #5305:
URL: https://github.com/apache/apisix/issues/5305
### Issue description
Currently I has test the proxy-mirror plugin in apisix, but I find that the
feature of this plugin is different from the ngx_http_mirror_module in nginx.
The mirror moudle of nginx can add the uri behind the host in "proxy_pass"
directive, for example
```
location = /mirror {
internal;
proxy_pass http://test_backend$request_uri;
}
```
But when I test the proxy-mirror plugin in apisix dashboard, it prompts a
message that the blank cannot be filled with URI.

Will the proxy-mirror plugin be optimized to support the URI?
### Environment
- apisix version (cmd: `apisix version`):2.9
- OS (cmd: `uname -a`):3.10.0-1160.42.2.el7.x86_64
- OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
- etcd version, if have (cmd: run `curl
http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
- apisix-dashboard version, if have:
- the plugin runner version, if the issue is about a plugin runner (cmd:
depended on the kind of runner):
- luarocks version, if the issue is about installation (cmd: `luarocks
--version`):
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]