filter.js generates incorrect URL when “Use full friendly URLs” is enabled

Status
This content is read-only, or is not open for further replies.

Painbaker

Guest
offline
When using filter.js on the public interface with AJAX filtering and the “Use full friendly URLs” option enabled, the generated request URL is incorrect. It misses a ? before the query string, which results in an invalid URL.

/forum-search/&_xfFilter[text]=test&_xfFilter[prefix]=0?_xfResponseType=json&_xfWithData=1&_xfRequestUri=/&_xfToken=1752795635,ed211239fc7c29d2bfdacd66aecf7ca10
Click to expand...

When expected

...
Click to expand...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom