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

Reply To: Trigger and redirection behavior / Custom URL > GET instead of POST

Home Forums Bug reporting, Questions & Suggestions Ajax Search Pro for WordPress Trigger and redirection behavior / Custom URL > GET instead of POST Reply To: Trigger and redirection behavior / Custom URL > GET instead of POST

#35255
ManuManu
Participant

I saw jquery.ajaxsearchpro.js

} else {
                // The method is not important, just send the data to memorize settings
                asp_submit_to_url(url, 'post', {
                    np_asid: $this.o.id,
                    np_asp_data: $('form', $this.n.searchsettings).serialize()
                }, _loc);       
            }

But i’m not using the legacy javascript source.

The only js files loaded are :
/wp-content/plugins/ajax-search-pro/js/min/plugin/shared/async-css.js
/wp-content/plugins/ajax-search-pro/js/min/external/jquery.select2.js
/wp-content/plugins/ajax-search-pro/js/min/external/isotope.js
/wp-content/plugins/ajax-search-pro/js/min/plugin/merged/asp.js

Thank you