Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filters in redirection url not working › Reply To: Filters in redirection url not working
September 11, 2019 at 8:20 am
#23924
Keymaster
Hi,
It depends on how the override method is defined. With the GET method, the variables will be passed via the browser address bar, via the POST method, it is passed as a request, which is not visible in the address bar.
Choosing the GET method will send the values across encoded visible in the address bar.