cannot receive json data post from app

Phuong Le

I use Yii php to receive data from android and ios app.

I tried postman as below picture: http://i.stack.imgur.com/KaqX0.jpg

But in php, I always receipt "file_get_contents('php://input')":

------WebKitFormBoundaryHDGkntVW3uMr7FlA
Content-Disposition: form-data; name="email"

[email protected]
------WebKitFormBoundaryHDGkntVW3uMr7FlA
Content-Disposition: form-data; name="user"

test223user
------WebKitFormBoundaryHDGkntVW3uMr7FlA
Content-Disposition: form-data; name="password"

123456
------WebKitFormBoundaryHDGkntVW3uMr7FlA
Content-Disposition: form-data; name="firstname"

Le
------WebKitFormBoundaryHDGkntVW3uMr7FlA
Content-Disposition: form-data; name="lastname"

Phuong
------WebKitFormBoundaryHDGkntVW3uMr7FlA--

How to receive right json encode :( It's take me 3 days, still not resolved

yessi

If you use Yii2 try to use yii\rest\ActiveController for API controllers and don't forget enable json input. More info in yii2 docs - yii2 rest quick start

p.s. also, you can use "file_get_contents('php://input')" in actions, but i think it is not yii-way.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How to receive array data from post in php?

분류에서Dev

Receive data back from HttpURLConnection post

분류에서Dev

I cannot pull data from JSON object- array after ajax post?

분류에서Dev

Unable to receive data from clients ajax POST request through rest API

분류에서Dev

Cannot receive form data in Spring application sent from another java application

분류에서Dev

Post JSON data to RESTful datasnap server from delphi client

분류에서Dev

Cannot getting data from external nested json file form jquery

분류에서Dev

Receive and send data from arduino to c# and vice versa

분류에서Dev

JSON Data from api

분류에서Dev

Cannot Run App from Real Device

분류에서Dev

Saving data into JSON format through Post method

분류에서Dev

Post json data to symfony2 controller

분류에서Dev

How to do a program in java for httpClient using post method with 64 base encoded message and receive the answer from the server?

분류에서Dev

Android How to Develop SMS App, which will receive users messages and send as JSON

분류에서Dev

Java: Get JSON from POST with HttpServletRequest?

분류에서Dev

$_POST not getting data from HTML Form

분류에서Dev

New to MVC cannot get data from database

분류에서Dev

Cannot read data from an xlsx file in RStudio

분류에서Dev

Cannot post image file from React frontend to express and MySQL

분류에서Dev

Extending data from json in customDimensions

분류에서Dev

retrieve data json from inlocalstorage

분류에서Dev

Not getting complete data from Json

분류에서Dev

Print data from json file

분류에서Dev

How to Receive JSON sent from client side to server Side in cakePHP 3.x

분류에서Dev

AJAX Post to .PHP to JSON Data-set || PHP 파일

분류에서Dev

Sending emails from form POST data using Django

분류에서Dev

HTML - collect data with php from a textfield out of the post <form>

분류에서Dev

Reading non key/value POST data from PHP

분류에서Dev

Listview with custom adapter overwriting data from my post

Related 관련 기사

  1. 1

    How to receive array data from post in php?

  2. 2

    Receive data back from HttpURLConnection post

  3. 3

    I cannot pull data from JSON object- array after ajax post?

  4. 4

    Unable to receive data from clients ajax POST request through rest API

  5. 5

    Cannot receive form data in Spring application sent from another java application

  6. 6

    Post JSON data to RESTful datasnap server from delphi client

  7. 7

    Cannot getting data from external nested json file form jquery

  8. 8

    Receive and send data from arduino to c# and vice versa

  9. 9

    JSON Data from api

  10. 10

    Cannot Run App from Real Device

  11. 11

    Saving data into JSON format through Post method

  12. 12

    Post json data to symfony2 controller

  13. 13

    How to do a program in java for httpClient using post method with 64 base encoded message and receive the answer from the server?

  14. 14

    Android How to Develop SMS App, which will receive users messages and send as JSON

  15. 15

    Java: Get JSON from POST with HttpServletRequest?

  16. 16

    $_POST not getting data from HTML Form

  17. 17

    New to MVC cannot get data from database

  18. 18

    Cannot read data from an xlsx file in RStudio

  19. 19

    Cannot post image file from React frontend to express and MySQL

  20. 20

    Extending data from json in customDimensions

  21. 21

    retrieve data json from inlocalstorage

  22. 22

    Not getting complete data from Json

  23. 23

    Print data from json file

  24. 24

    How to Receive JSON sent from client side to server Side in cakePHP 3.x

  25. 25

    AJAX Post to .PHP to JSON Data-set || PHP 파일

  26. 26

    Sending emails from form POST data using Django

  27. 27

    HTML - collect data with php from a textfield out of the post <form>

  28. 28

    Reading non key/value POST data from PHP

  29. 29

    Listview with custom adapter overwriting data from my post

뜨겁다태그

보관