octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
815 stars 182 forks source link

GET calls to /data/ hang #32

Closed bassdread closed 10 years ago

bassdread commented 10 years ago

The following never returns, it just hangs.

curl -X GET http://pb:3000/data/f65ea8e0-ab7c-11e3-b66c-575bfd455815/?token=zrfwb2jf2113jtt9791fhhbjan1rwwmi

There is nothing in the server logs on the host pb. POSTing data is fine, just can't get it back out.

octoblu commented 10 years ago

Try removing the / at the end of the url like this:

curl -X GET http://localhost:3000/data/f65ea8e0-ab7c-11e3-b66c-575bfd455815?token=zrfwb2jf2113jtt9791fhhbjan1rwwmi