2

I have a GET URI

/phalcon-dash/change/action/get/c123h%23516466

In ChangeController, I only have this

$params = array('get', 'c123h')

It looks like Phalcon omits everything after # (%23 is the encoded of #)

Do I need to do anything to make Phalcon receives everything?

lightbringer
  • 835
  • 2
  • 12
  • 24
  • 3
    All the string after `#` does not return to server, so you couldn't get the string, See this [Q&A](http://stackoverflow.com/questions/20280212/getting-the-full-url-including-the-query-string-after-hash). – M2sh Oct 14 '15 at 19:22
  • looks like I'll need to send a POST request with data instead of using GET – lightbringer Oct 14 '15 at 22:33

0 Answers0