Re: Help with 400 Bad Request

Ulrich Klauer <[email protected]> Sun, 15 Feb 2015 08:43:52 +0100
Newsgroups gmane.comp.audio.musicbrainz.devel
Message-ID <[email protected]>
Joe Martinez write:

> ok, done again

OK, found the right place where to look. :-)  Currently, you are not  
sending an XML document, but a file name. I.e. the request body is  
something like "/tmp/gBqzJCJkqK" when you probably want to send the  
contents of that file.

You should fix that, then try again so that we can catch any other  
problems while the debugging code is still there.

Ulrich