Replies: 1 comment 1 reply
-
And why not use a global array $_REQUEST |
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
-
Hi.
I just try to use 2.0 version and to get data from PHP backend I use
url: { get: 'records.php', save: 'records.php', remove: 'records.php' },
And, I always get GET request method as payload to receive records in records.php. Even if I use w2utils.settings.dataType = 'JSON';
It's strange, because save and remove send POST request to records.php. Is it possible to make it the same - POST for all of them? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions