Welcome Guest, Not a member yet? Register   Sign In
Querystring and default controller
#1

[eluser]Kamape[/eluser]
Hi!

I have the following scenario:
I'm developing a product where to place a URL to one of the controllers onto a third party solution. This solution will then call my url and pass along some values as a querystring. However, I can't find a solution where I can use the framework without specifying the controller and method (as doing when allowing enable_query_strings) and the let the requester specify it's querystring.

Is it possible for me to have like this URL:

http://sub.mydomain.com/?paramfromreques...ster=value

and have this passed to the default controller and the _remap() function?

Currently, there is no way to have the requester to have any querystring in the requested url.

Thanks in advance
#2

[eluser]n0xie[/eluser]
Maybe this helps? http://ellislab.com/forums/viewthread/120460/
#3

[eluser]Kamape[/eluser]
Great! Big thanks for that




Theme © iAndrew 2016 - Forum software by © MyBB