getPut() fetch incorrect data #15575
Unanswered
diegohdez90
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello, are you sure that you do not have any email filters enabled? Also Phalcon |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was writing a code to get PUT body request data. But, it returns incorrect data from body data
If you notice, the
email
value send me with underscore value fromgetPUT()
method.This is the way I use
getPUT()
Phalcon version: 3.4.5
PHP version: 7.2.24 (I know, this is deprecated)
Operating System: Linux.
Beta Was this translation helpful? Give feedback.
All reactions