Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 2
    If you just have a simple permission system that directly maps to the different HTTP verbs (POST, GET, PUT, DELETE), then you can indicate the permissible actions in the HTTP Allow header. Commented Jul 29, 2014 at 15:50
  • Didn't think about that. That's an elegant solution. Commented Jul 29, 2014 at 15:53
  • @BartvanIngenSchenau could you please put your comment as an answer ? Commented Oct 26, 2015 at 11:54
  • @redben: My comment is a bit short for an answer and I don't have the time to write a proper one. If you want to write a proper answer based on it, go ahead. Commented Oct 26, 2015 at 12:18
  • Though short I think it is a perfectly valid answer. Commented Oct 26, 2015 at 12:21