AnorakMan
AnorakMan
> I forgot about this one ;) > FWIW, the url to use to add points is > > ``` > curl -X POST -u : 'https:///apps/maps/api/1.0/devices?user_agent=&lat=&lng=&accuracy=0×tamp=&battery&altitude' > ``` Does...
Examining this further, only GET requests seem to work. I added an additional method on DevicesApiController.php , and added a route for it. When the Route is for GET, the...
Thanks. I can see it's a post, but I added some debug output to this method: addDevicePoint, and it's never actually called for me. The routing seems to default to...
> I guess something, somewhere, is transforming your POST into a GET, then maps actually returns the list of devices, indeed. Yep, it's pretty weird! I don't have a clue...