Welcome Guest, Not a member yet? Register   Sign In
$_GET values
#8

[eluser]wesblake[/eluser]
Hello all. I'm having a similar issue. I too have a url, it must use get because it's a 3rd party fax service that is sending back results, and this is the only way they send it. You give them a url, and they append ?param1=xxx&param2=xxx to it. So like this:

http://www.mydomain.com/index.php/engine...08/20/2010 01:07:26 PM &destination=12676017739&pages=1&duration=22&userjobcode=b6cab731-e620-3673-bc89-4c6d72a1870f&greenfaxreferenceid=79264266&cost=0.07

I've added &\= to permitted_uri_chars so that if I take out the ? in the above link, it works by getting the uri segment and parsing it, but with the ? mark in there (I'm told they can't remove it though, their system just takes the customer given url and adds the rest) I get a 404 not found, even if enable_query_strings is set to true. Any ideas? What sucks is this is the ONLY case in our app where I need to worry about receiving GET parameters.
Thanks.


Messages In This Thread
$_GET values - by El Forum - 01-08-2008, 02:33 AM
$_GET values - by El Forum - 01-08-2008, 04:50 AM
$_GET values - by El Forum - 01-08-2008, 06:09 AM
$_GET values - by El Forum - 01-08-2008, 06:47 AM
$_GET values - by El Forum - 01-08-2008, 10:36 AM
$_GET values - by El Forum - 01-08-2008, 10:47 AM
$_GET values - by El Forum - 01-08-2008, 02:30 PM
$_GET values - by El Forum - 08-20-2010, 02:03 PM
$_GET values - by El Forum - 08-20-2010, 02:05 PM
$_GET values - by El Forum - 08-30-2010, 04:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB