You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide additional documentation/examples, showing the use of regular expressions. It would be beneficial if examples also showcase how multiple replacements for the same request can be performed, i.e.
<a href="/'> -> <a href="/some-other-path'>
<img src="/a.png'> -> <img src="/some-other-path-a.png'>
The text was updated successfully, but these errors were encountered:
Current State
response-rewrite
plugin supports regular expressions, however the current doc page (https://apisix.apache.org/docs/apisix/plugins/response-rewrite) does not reflect that.Desired State
Provide additional documentation/examples, showing the use of regular expressions. It would be beneficial if examples also showcase how multiple replacements for the same request can be performed, i.e.
<a href="/'> -> <a href="/some-other-path'>
<img src="/a.png'> -> <img src="/some-other-path-a.png'>
The text was updated successfully, but these errors were encountered: