Click here to Skip to main content
15,867,488 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: E-Commerce platform in 2022 Pin
deepok12-Apr-22 23:37
deepok12-Apr-22 23:37 
GeneralRe: E-Commerce platform in 2022 Pin
OriginalGriff2-Apr-22 23:41
mveOriginalGriff2-Apr-22 23:41 
GeneralRe: E-Commerce platform in 2022 Pin
deepok13-Apr-22 0:17
deepok13-Apr-22 0:17 
GeneralRe: E-Commerce platform in 2022 Pin
OriginalGriff3-Apr-22 0:23
mveOriginalGriff3-Apr-22 0:23 
GeneralRe: E-Commerce platform in 2022 Pin
deepok13-Apr-22 1:46
deepok13-Apr-22 1:46 
AnswerRe: E-Commerce platform in 2022 Pin
satya bharti31-May-22 23:23
professionalsatya bharti31-May-22 23:23 
Questioncompulsorily pass through the login.html Pin
ago24867-Mar-22 22:30
ago24867-Mar-22 22:30 
AnswerRe: compulsorily pass through the login.html Pin
Afzaal Ahmad Zeeshan28-Mar-22 11:27
professionalAfzaal Ahmad Zeeshan28-Mar-22 11:27 
Never grant direct database access to your customers, even when they are authenticated. The problem is not that they can run all the SELECT queries, the problem is that they can run all sorts of queries; DROP, DELETE, etc.

Now, the login.html part comes in based on your web framework. In ASP.NET, for example, you can require that the users be authenticated, and the same is the case for Python and other major frameworks. So, read the documentation on how to require only authenticated users to be able to make a request and read the page.

Overview of ASP.NET Core Authentication | Microsoft Docs

Otherwise, always redirect to the login.html page.

Again, tip: even when the user is authenticated, never grant them access to the open database connections. Only return the fetched results in a form of a list.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

AnswerRe: compulsorily pass through the login.html Pin
Member 150787164-Jul-22 16:14
Member 150787164-Jul-22 16:14 
QuestionSearch engines Pin
Calin Negru7-Mar-22 12:50
Calin Negru7-Mar-22 12:50 
AnswerRe: Search engines Pin
jhonaa7-Mar-22 23:34
jhonaa7-Mar-22 23:34 
AnswerRe: Search engines Pin
Richard MacCutchan7-Mar-22 23:53
mveRichard MacCutchan7-Mar-22 23:53 
GeneralRe: Search engines Pin
Calin Negru8-Mar-22 1:41
Calin Negru8-Mar-22 1:41 
GeneralRe: Search engines Pin
Richard MacCutchan8-Mar-22 5:04
mveRichard MacCutchan8-Mar-22 5:04 
GeneralRe: Search engines Pin
Calin Negru8-Mar-22 19:52
Calin Negru8-Mar-22 19:52 
AnswerRe: Search engines Pin
Member 150787164-Jul-22 16:32
Member 150787164-Jul-22 16:32 
QuestionAre lightweight CMS still around? Pin
RobertSF25-Feb-22 13:10
professionalRobertSF25-Feb-22 13:10 
AnswerRe: Are lightweight CMS still around? Pin
RobertSF14-Mar-22 8:53
professionalRobertSF14-Mar-22 8:53 
GeneralRe: Are lightweight CMS still around? Pin
deepok130-Mar-22 23:53
deepok130-Mar-22 23:53 
GeneralRe: Are lightweight CMS still around? Pin
RobertSF2-Apr-22 5:14
professionalRobertSF2-Apr-22 5:14 
QuestionProperly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive Pin
SergioQ22-Feb-22 7:38
SergioQ22-Feb-22 7:38 
AnswerRe: Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive Pin
Richard MacCutchan22-Feb-22 8:04
mveRichard MacCutchan22-Feb-22 8:04 
GeneralRe: Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive Pin
SergioQ22-Feb-22 9:24
SergioQ22-Feb-22 9:24 
GeneralRe: Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive Pin
Richard MacCutchan22-Feb-22 9:36
mveRichard MacCutchan22-Feb-22 9:36 
GeneralRe: Properly setting up Apache2 to avoid upload timeouts with Microsoft OneDrive Pin
SergioQ22-Feb-22 9:40
SergioQ22-Feb-22 9:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.