Both without any success. Just to make sure there wasn’t any other server problems i tried just printing out $_GET without rewrite url activated
and they showed up. So my conclusion is that either my regex is wrong or Yii is not taking them into consideration?
I’m using pretty urls in the rest of my application, it’s just this single service in my app that relies on third party that has to be designed this way.
Thank you for your time.
/Martin
EDIT: it came to my mind that i could just dump the REQUEST_URI, so i did. Turns out that my querysting don’t get into $_GET, is there any other way to reach them in Yii or should i extract them myself?