V4.01 – query parameters containing email address causing problems
-
Hi,
I was trying to start using the new query parameter options of V4.01 on our test environment before you temporarily disabled V4.01 due to other bug.
There I found an issue in case query parameter of my source contains an email address like “&email=test%40example.com”. In this case redirection does not match the parameters mentioned in source field
Example:
Source:
/?order=wc_order_nq123124sdf0Query Parameters:
Ignore all ParametersFailing URL not triggering rule above:
https://example.com/?download_file=123&order=wc_order_nq123124sdf0&email=test%40example.com&key=5237f783-054ae-40db-aced-69bd011cdb3cWorking URL without email parameter:
https://example.com/?download_file=123&order=wc_order_nq123124sdf0&key=5237f783-054ae-40db-aced-69bd011cdb3cSummary: It looks like “%40” representing the @ symbol is causing issues.
Background: The example query parameters from above are commonly used by woocommerce to allow customers to download digital products. In our case we had to provide updated download links for a few customers and thought about creating redirects instead of informing customers about new link. This was unfortunately not possible due to above mentioned bug. Or do I just miss any option to maybe escape the “%40”?
BR, Andreas
- This topic was modified 5 years, 8 months ago by .
- This topic was modified 5 years, 8 months ago by . Reason: edited for better reading
The page I need help with: [log in to see the link]
- The topic ‘V4.01 – query parameters containing email address causing problems’ is closed to new replies.