Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Allow special characters in redirect URLs #190

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

miramar-harvey-ball
Copy link

Fixes the issue with special characters in the URL by encoding the $_SERVER['REQUEST_URI'] before it is decoded. The issue that was stopping it from working was that special characters from $_SERVER['REQUEST_URI'] would already be encoded and then get re encoded again causing them not to match the URLs in the database

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant