We are building an online marketplace. We noticed today that all Softr pages that contain URL encoded characters, for example “%20” for simple spaces, are suddenly returning Bad Request Errors. Replacing the “%20” with “+” also produces the same error. This is a critical problem to our business and platform which uses a lot of URL parameters to pre-filter and pass on data. Since basic characters like spaces can’t be used, this also severely limits the filter-by and search-for URL functionality of Softr lists to only alphanumeric strings.
Here is a sample defective link: https://www.polkamotors.com/q?search-for=Honda%20Click
If you remove the “%20” then the link works, but that is too limiting for our business purposes like when spaces need to be recorded like product name strings, etc.
Can the Softr Team please urgently look into this? Thank you.