Issue with 4.3.1 version and +
-
Hello,
We have upgraded to the 4.3.1 version from 4.2.3 and ran into an issue in regards to how + is handled. From the change log, we see that “Fix + character being removed from source URL” is done and this may be effecting us.
Details:
Our redirect URL which is encoded, has %2B and the redirection plugin seems to be turn this into + and when the URL reaches its destination after the redirect, it is having + and is becoming a wrong URL now.We need %2B in the URL, %2B decodes to +, so + reaches the backend.
The redirect plugin is changing %2B to +. + in the URL decodes to space, so space reaches the backend.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Issue with 4.3.1 version and +’ is closed to new replies.