[Developers] Request not working in GET, but fine in query editor

Philip Kendall philip-freebase at shadowmagic.org.uk
Wed Jul 23 14:54:44 UTC 2008


On Wed, Jul 23, 2008 at 03:47:20PM +0100, Shug Boabby wrote:
> 
> This URL fails
> 
> http://freebase.com/api/service/mqlread?query={"query":[{"guid":"#9202a8c04000641f800000000005ccc3","name":null}]}

Hash signs are significant in URLs, so you have to encode them.

http://freebase.com/api/service/mqlread?query={"query":[{"guid":"%239202a8c04000641f800000000005ccc3","name":null}]}

Cheers,

Phil

-- 
  Philip Kendall <philip at shadowmagic.org.uk>
  http://www.shadowmagic.org.uk/


More information about the Developers mailing list