Welcome Guest, Not a member yet? Register   Sign In
Problems with query string parameters
#1

[eluser]joanfihu[/eluser]
I need to get the query string parameters from a url that twitter sends to me:

http://localhost:8888/marnews/index.php/...XXXXXXXXXX

When I recive this request I get a 302 error and I'm redirected to: http://localhost:8888/marnews/index.php/...cess_token (Notice that is the same url without query string parameters)

Do you know any way to get this parameters without enabling query strings?

I'm using Codeigniter Reactor 2.0.2

I've tried to do
Code:
echo $this->input->get('oauth_token');
and
Code:
print_r($_SERVER)
but I think that when I'm redirected and I loose this data.

Do you know how to fix this?

Thanks in advance.


Messages In This Thread
Problems with query string parameters - by El Forum - 08-17-2011, 09:49 AM
Problems with query string parameters - by El Forum - 08-17-2011, 03:35 PM
Problems with query string parameters - by El Forum - 08-17-2011, 04:11 PM
Problems with query string parameters - by El Forum - 08-17-2011, 04:14 PM
Problems with query string parameters - by El Forum - 08-17-2011, 04:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB