Placemaker only responds to requests using the HTTP POST method, due to the potentially large size of the documentContent parameter. Requests using the HTTP GET method, such as your example, will generate a 405 Method Not Allowed status.
Eddie Babcock
Yahoo! Geo Technologies
Great thanks. Quick (hopefully) followup question - using a FF plugin called Poster, should be straight forward but getting an error. Here's the input
http://wherein.yahooapis.com/v1/documentdocumentURL=brighton by the sea
documentType=text/plain
appid=Cp1x9gXV34HgvQ_1QNjgnWwmUzprn6tAnscHqUf5PxTmbmTn9EDSzL3FiqnnBlg-
and this is the response, it keeps throwing that error I'm not including a valid non-empty document type. But I think i am, tried a few variants but no joy.
<?xml version="1.0" encoding="UTF-8" ?>
<yahoo:error xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" xmlns:cle="http://wherein.yahooapis.com/v1/schema.rng" xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en"><yahoo:description><![CDATA[Please provide a valid non-empty document type.]]></yahoo:description>
<yahoo:detail><code>-9995</code>
<cause>input</cause>
</yahoo:detail></yahoo:error>
appreciate you're not in the mode of troubleshooting some 3rd party app but wondered if anything obvious stands out from that
thanks!