Uploaded image for project: 'Apache Ripple'
  1. Apache Ripple
  2. RIPPLE-49

Ripple cuts json sent by POST

    XMLWordPrintableJSON

Details

    • Question
    • Status: Open
    • Major
    • Resolution: Unresolved
    • It happens in both Win and MAC.
      Ripple Emulator (Beta)
      Ripple UI (vundefined)
      Ripple Build & Deploy (v0.9.5)

    Description

      Everytime I send a well formatted json through Ripple, the PHP on the server side receives a truncated version of the same one. I print on console the string the very moment before sending and I echo what the PHP receives. No matter de length, the PHP always receive a percentage less of information.

      Let me make it clear.

      I send something like: "data="+JSON.stringify(xdata);
      where xdata is:

      {user : "user", key : "asdfghjkl"}

      ;

      The PHP on the server side always gets: data = {user:"user", key:"asdfg

      The very same POST_method works perfectly on a website without using ripple.

      Any clues on this?

      Attachments

        Activity

          People

            Unassigned Unassigned
            PBartrina Pau Bartrina
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: