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

  • Home
  • SEARCH
  • 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 542659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:28:12+00:00 2026-05-13T10:28:12+00:00

I’m developing a new experimental web-application framework, and I decided to give RESTful some

  • 0

I’m developing a new experimental web-application framework, and I decided to give RESTful some attention. I’ve read up on the basics, and feel like I have a pretty good understanding of RESTful as a concept.

I’ve got a system up and running, using URLs strictly to define ‘nouns’ in the system and take the ‘verbs’ from the HTTP request methods. I’m using javascript ajax calls to provide access to the DELETE and PUT methods which HTML forms cannot provide. (I realize these measures aren’t strictly required to be RESTful, but it satisfies the ‘Uniform Interface’ requirement).

The problem comes with stateless-ness and cacheability with authentication. The standard model for user authentication on websites involves a “login” authentication event, after which (if successful) a user is “inside the wall” with a persistent secure session and may see and do things on subsequent requests which unauthenticated users may not. This persistence of authentication seems to break RESTful-ness. Caching and statelessness appear to be broken, because the authenticated user will probably see HTML which is different from that which a non-authenticated user will see for the same request (for instance, there might be a login form in a sidebar for the logged-out user).

Using www-authenticate strategies to authenticate a user only on the requests which require authentication seems to be a step in the right direction, as it doesn’t involve the concept of a persistent secure session. However there’s still the question of how to portray a “logged in” appearance to the end user in keeping with what we’ve all come to expect from websites.

So in the current thinking, what’s the preferred way to handle authentication and permissioning of a webpage in a strictly RESTful way, while still allowing for logged-in decorations in the HTML?

  • 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-13T10:28:12+00:00Added an answer on May 13, 2026 at 10:28 am

    This persistence of authentication
    seems to break RESTful-ness

    Instead of authenticating a user, you may think about creating a session. You will be returned a new “Session ID”, along with the appropriate HTTP status code (200: OK, 403: Forbidden, etc).

    The user will probably see HTML which is
    different from that which a
    non-authenticated user will see for
    the same request

    You will be asking your REST server: “Can you GET me the HTML (or any resource) for this Session ID?”. The HTML will be different based on the “Session ID”.

    With this method, there is no wall for “persistent secure sessions”. You are simply acting on a session.

    The noun (or the resource) would represent the the actual session, if you opt for this method.

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

Sidebar

Ask A Question

Stats

  • Questions 386k
  • Answers 386k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You really need to improve your questions. You didn't say… May 14, 2026 at 11:41 pm
  • Editorial Team
    Editorial Team added an answer The following definitely works for me: >>> import pynotify >>>… May 14, 2026 at 11:41 pm
  • Editorial Team
    Editorial Team added an answer I think it's more a question of philosophy than technic… May 14, 2026 at 11:41 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.