Hi, i get the same results using the command line curl. I do this:
curl -u mylogin:mypassword -H "Expect:" -i -o result.txt -Tchangeset.xml http://api06.dev.openstreetmap.org/api/0.6/changeset/create And the changeset.xml is attached. I sometimes get server errors 500 with this and sometimes just an empty reply. This should be giving me a changeset id in return, shouldn't it? What's wrong with this request? Till Am Donnerstag 09 April 2009 schrieb Thomas Wood: > I've done a quick search through the server's log, and can find 401 > and 500 responses both logged in the apache log. The rails log only > shows 401 responses and not the 500s, so there's something odd > happening between apache and rails. > > However, other requests to this method this evening have been > functioning correctly according to the logs. > > 2009/4/8 Till Harbaum / Lists <[email protected]>: > > Hi, > > > > sending this request: > > > > PUT /api/0.6/changeset/create HTTP/1.1 > > Authorization: Basic xxxxxxxxxxxxxxxxx > > User-Agent: osm2go-libcurl/0.6.14 > > Host: api06.dev.openstreetmap.org > > Accept: */* > > Content-Length: 163 > > > > <?xml version="1.0" encoding="UTF-8"?> > > <osm> > > <changeset> > > <tag k="created_by" v="osm2go v0.6.14"/> > > <tag k="comment" v="Kommentar"/> > > </changeset> > > </osm> > > > > > > i either get an "internal server error 500" or no reply at all. What is > > wrong with this request (despite the > > Auth i xxx'ed out)? > > > > Till > > > > _______________________________________________ > > dev mailing list > > [email protected] > > http://lists.openstreetmap.org/listinfo/dev > > > > >
<osm> <changeset> <tag k="created_by" v="osm2go"/> <tag k="comment" v="Kommentar"/> </changeset> </osm>
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

