I have a rest api call in codeigniter which reads the xml contents from the given url. when i am passing the url with query strings my query strings gets trimmed.
If i print the url before the get method makes a request the url is fine but after it makes request when see the requested url using firebug it does not show the full url with all the query strings.
$config['enable_query_strings']
has been set to true in the codeigniter.
any help on the above would do great for me.
thanks in advance