This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Filters in redirection url not working

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

#23924
Ernest MarcinkoErnest Marcinko
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.