I want to pass URL in GET param like this :
SITE URL/b16ee4f31e17df0d3af5?url=https%3A%2F%2Fwww.facebook.com%2F
I am using urlencode to escape characters, but I see 403 Error for this URL, because of some of the characters in the URL GET parameter in this case the dot character.
If I use CI3 function url_title, it will escape dot characters, but I need them because I need valid url in GET parameter.
How can I pass URL get parameter with in some cases with characters like . & ? \ and other characters which can be found in the standart URL ?