Topic: 500 Command syntax error: incorrect number of arguments on all queries

I get this error on every query i make eg when i send this:
---------------------------------
http://freedb.musicbrainz.org POST /~cddb/cddb.cgi HTTP/1.1

cmd=cddb+query+d50ec70f+15+150+15738+35148+50138+74021+94780+110368+129778+144768+168651+189410+204998+224408+239398+263281+3785&hello=davec+kjams.com+kJams+v1.0d52r29&proto=6

---------------------------------
I get the error.  this same query works fine at freedb and at tracktype.

what's going on?

Re: 500 Command syntax error: incorrect number of arguments on all queries

POST requests are currently not supported, only GET.

Re: 500 Command syntax error: incorrect number of arguments on all queries

so, they were supported for years, and now they're not?

Re: 500 Command syntax error: incorrect number of arguments on all queries

according to the doc:

---quote---
Commands may be submitted to servers in CGI mode using either the "GET" or
"POST" HTTP commands. Both methods are supported, and there is no real
difference between how both are to be used other than the syntactical
difference between the two methods. The "POST" method may provide the ability
to issue longer commands, though, depending on the architecture of the system
on which the server resides.
---quote---

this USED to work fine.  why did it stop working?

Re: 500 Command syntax error: incorrect number of arguments on all queries

Yes, it used to work, but if it doesn't work anymore, it means there is a bug. Please report it at http://tickets.musicbrainz.org/ so that it's fixed at some point.