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 > -- Regards, Thomas Wood (Edgemaster) _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

