richardschneider / yappy

Yet another REST API server howling at the moon with JSON
MIT License
2 stars 0 forks source link

POST query document from Fiddler #152

Closed richardschneider closed 7 years ago

richardschneider commented 8 years ago

Posting a MQL, #148, fails when using Fiddler

POST http://test.yappy.io:3000/api/bear/find HTTP/1.1
User-Agent: Fiddler
Host: test.yappy.io:3000
Content-Length: 34

{ "name.text": {"$eq": "yogi"} }
HTTP/1.1 401 Unauthorized

{
  "message": "You need the permission 'api:bear:create:find' to perform this activity",
  "details": ""
}