HTML Posting and Browsing Screen [Closed]

Asked 2 years ago, Updated 2 years ago, 386 views

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.

Closed 2 years ago.

Two years ago

Should I lock the post screen (management screen) in order to separate it by HTML between the post screen and the browsing screen?

I'd like to separate my screen from the general one.

Additional information

"I would like to separate the screen when I log in as an administrator from the screen when I log in as an ordinary user."

html

2022-09-30 21:51

1 Answers

It is difficult to perform that function only with HTML.
HTML doesn't have a way to store keys.

A simple method is to use digest authentication using a web server. Because per-directory and file per-file permissions, if you want to set complex permissions or separate them from the same file by permission, you can use the application to authenticate.

What is application authentication? It's a page transition using a login implementation and session using so-called ID and password.

See
web application authentication concepts and methods This answer is too broad to be appropriate, depending on server-side languages and frameworks
The description will change, so I will omit it.

認証○○Authentication 」*○○ is a language, framework, etc.
If you search in , you'll find some.Please do your research and ask questions again.


2022-09-30 21:51

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.