Welcome Guest, Not a member yet? Register   Sign In
Accept Escaped URL Chars in URL
#1

[eluser]Unknown[/eluser]
I am working on a project where I need to be able to take in a URL that's passed through the URL.

Example:

Code:
myproject.com/url/http% 3A//google.com
(I had to put a space in to prevent the forum from processing it.)
It's for a bookmarklet that I am making for the site, something similar to that of Delicious' bookmarklets.

Is this a .htaccess problem or CodeIgniter configuration.
#2

[eluser]Unknown[/eluser]
I fixed it with enabling query strings and $this->input->get();




Theme © iAndrew 2016 - Forum software by © MyBB