Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 620915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:49:01+00:00 2026-05-13T18:49:01+00:00

I have successfully made my 4 CRUD actions restful by using mapResources in the

  • 0

I have successfully made my 4 CRUD actions restful by using mapResources in the router config. but I need to filter which ones are actually RESTful. How do I filter which ones are RESTful? I don’t want to allow rest calls to the delete actions for example but I do however need to keep the delete action so I can moderate.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T18:49:01+00:00Added an answer on May 13, 2026 at 6:49 pm

    I think you’re getting mixed up in buzzwords here. 🙂

    All actions are by definition RESTful, it’s a concept built into the HTTP protocol. “Making an application RESTful” usually means, among other things, to actually use the concept of reacting differently to GET, POST, PUT or DELETE requests on the same URL. E.g.

    GET    http://example.com/users      -> Receive a list of all users
    POST   http://example.com/users      -> Creates (a) new user(s)
    GET    http://example.com/user/42    -> Receives info about user #42
    PUT    http://example.com/user/42    -> Edit/replace the information of user #42
    DELETE http://example.com/user/42    -> Delete user #42
    

    Therefore, even if you do nothing, every request is always RESTful, because every request is using one of these HTTP methods (usually GET).

    I think what you’re looking for is plain old user privileges handling using something like the AuthComponent.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have successfully made a join function, which joins an array to a string
I have successfully made an facebook application which shows real time data from facebook
I have successfully made an application but whenever I try installing it in the
I have successfully upgraded an MFC application which was compiled with an old version
I have successfully made contact with the internet and parsed a few documents via
I have a page that is definitely not a form but I need to
I have successfully had a jQuery UI effect take place on a page using
I am using Smack API to connect to the Openfire server. I have successfully
I have repo the Android source code from http://source.android.com/ . And successfully made a
I have successfully made, committed, and pushed changes to a central git repository. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.