Problems with query string parameters |
[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'); Code: print_r($_SERVER) 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
|