shreemaan-abhishek commented on issue #9718:
URL: https://github.com/apache/apisix/issues/9718#issuecomment-1611694366
My bad, `Request.setPath()` should work correctly.
```java
@Override
public void filter(HttpRequest request, HttpResponse response,
PluginFilterChain chain) {
request.setPath("/test-api/sdrg?q=f&iu=drg");
chain.filter(request, response);
}
```
<img width="432" alt="image"
src="https://github.com/apache/apisix/assets/61597896/941c0e15-4e2b-425d-98c9-b68397332821">
--
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]