Chao Zhang created COMDEV-469: --------------------------------- Summary: Apache APISIX: More Powerful Proxy Rewrite Plugin Key: COMDEV-469 URL: https://issues.apache.org/jira/browse/COMDEV-469 Project: Community Development Issue Type: Improvement Components: GSoC/Mentoring ideas Reporter: Chao Zhang
As a user, I want to do some request transformations when using Apache APISIX, the major request transformations for me are: # Append Headers (don't override the existing ones) # Append Queries (don't override the existing ones) # Replace Queries (override existing ones) # Rename Headers/Queries h3. Background The [Proxy Rewrite Plugin|https://apisix.apache.org/docs/apisix/plugins/proxy-rewrite/] right now only supports features below: # Rewrite HTTP Method # Replace Headers # Rewrite URI # Rewrite Scheme It doesn't cover other common user scenarios, these features are useful, so it's worth extending this plugin. h3. Tasks # Coding: support Append mode # Coding: support operating queries # Coding: support Rename mode # Testing: design and write test cases to cover new features # Documentation: write docs to introduce new feeatures h4. Recommended Skills # OpenResty # HTTP -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@community.apache.org For additional commands, e-mail: dev-h...@community.apache.org