Parse General Get Url

Hi guys:

I use web service to make a connection to bank and transfer money. Then bank will redirect to URL which I give them, but they will add some parameter to URL.

For example I have Controller ‘Object’ and Action ‘ComeFromBank’ but when bank want to redirect to my page URL change to :




/object/comeFromBank?Authority=53c22b91-b260-486c-8079-09d75bef37fa&Status=NOK



And they can not find this page, how can I manage this problem.

If my mean is not clear please notice me.

Any help will be appreciated.

Thanks in advance

  • And when you type the url in your browser? What’s the result?

  • Do you have controller accessrules enabled in the ObjectController for actionComeFromBank?

  • Is your application hosted with an url-alias like /myapp/object…?