Welcome Guest, Not a member yet? Register   Sign In
Status of GET and querystrings in CodeIgniter?
#9

[eluser]n0xie[/eluser]
[quote author="pbreit" date="1267488216"]Wow, amazing response. It is in fact a major problem for developers who hope to ever interface with other systems since querystrings are so widespread and have a very proper place in web development. [/quote]
It's funny you should mention that to someone who makes a living building interfaces to different webservices. FYI: outbound requests work fine without it.

Unless you provide an API, OR the interface you are talking redirects you back to your site with some parameters appended to the URL, it doesn't even matter if querystring is enabled or not. That's how non-interesting this issue is.

If you provide an API, you could just as well have used segmented url's. Or REST, XML-RPC, SOAP, JSON or any of the other zillion ways to transfer data over the wire without needing a querystring.

If you get redirected back (Paypall comes to mind), then YES you are forced to use querystrings. Oh noes, I have to set a boolean from false to true.

Again your argument would be valid if you had to jump through hoops to get querystrings to work like you would expect them. This is not the case: it's a damn configuration option.

Turn it on when you need to. If that's too hard for you, use a different framework.


Messages In This Thread
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-01-2010, 12:47 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-01-2010, 01:14 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-01-2010, 04:26 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-01-2010, 07:00 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-01-2010, 10:32 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-01-2010, 10:55 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-01-2010, 12:03 PM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-01-2010, 01:26 PM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-01-2010, 02:47 PM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-01-2010, 03:45 PM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-02-2010, 03:06 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-02-2010, 08:04 PM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-03-2010, 04:17 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-03-2010, 11:12 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-03-2010, 02:00 PM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-03-2010, 02:23 PM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-04-2010, 01:57 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-04-2010, 10:02 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-04-2010, 10:39 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-04-2010, 12:26 PM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-05-2010, 02:24 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-05-2010, 11:23 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 03-10-2010, 09:51 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 04-19-2010, 05:40 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 04-21-2010, 09:21 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 04-21-2010, 09:42 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 04-21-2010, 11:43 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 06-29-2010, 12:17 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 06-29-2010, 01:13 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 06-29-2010, 02:50 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 06-29-2010, 02:53 AM
Status of GET and querystrings in CodeIgniter? - by El Forum - 06-29-2010, 03:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB