apisix-dashboard
                                
                                 apisix-dashboard copied to clipboard
                                
                                    apisix-dashboard copied to clipboard
                            
                            
                            
                        Feature request: support appending query string in redirect plugin
Feature request
Please describe your feature
Dashboard has integrated the redirect plugin into the first step of Route creation, refer to https://github.com/apache/apisix/pull/4298, it would be better to add append_query_string field
Describe the solution you'd like
This issue has been marked as stale due to 30 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the [email protected] list. Thank you for your contributions.
Hi @liuxiran @bzp2010 i would like to work on this issue, please assign this to me.
Hi, @namangirdhar16 .Did you have any difficulties?
@zaunist could you help to check this?
@zaunist could you help to check this?
A great pleasure
I checked redirect plugin, Only one of http_to_https, uri or regex_uri can be specified., but append_query_string not one of them. So append_query_string maybe a separate button or option menu, because append_query_string can coexist with http_to_https, uri, regex_uri. Is it right ?
I checked redirect plugin,
Only one of http_to_https, uri or regex_uri can be specified., butappend_query_stringnot one of them. Soappend_query_stringmaybe a separate button or option menu, becauseappend_query_stringcan coexist withhttp_to_https, uri, regex_uri. Is it right ?
Yes, both append_query_string & encode_uri are two seprate buttons, we could use Switch component to handle this.