Closed bassdread closed 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.
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
The following never returns, it just hangs.
There is nothing in the server logs on the host pb. POSTing data is fine, just can't get it back out.