Hey all,in a web applications,i am typing the URL in the
browser and entering the Username & password.After clicking
Login button,where the authentication will happen & how (i
mean how is the process goes on...browser,web server,DB
server level)...Pls answer...
Answers were Sorted based on User's Feedback
Answer / porteck
ur authentication will be done at DB server level using ur
web server.. that means ur web server will send ur request
to db server to check will the login id n password exist in
the database or not.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / mk
if u enter the user id and password in the user field and
Password field and click on the Login button then firstly
browser given the instruction to the web -server to send
this request to Application application has responsibility
to send this request to database server for authentication
the it is the responsibility of DB server check the
authenticate then it given the response to the Application
then Application has responsibility to this response to
given the web server
Dig:-
Web Application:-
Request Request
Web-server-------->Application----------->DB-Server
<------ <--------
Response Response
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sathish kumar
Once you enter you user name and password it will be
encrypted in your server level and sent for decryption
before it reaches the databases and authentication is
ensured.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Bicycle Testing?
what is the main field of bugzilla which we fill to report bug to any developers???give some brief description??
Who will review the tes cases and when the riview will be done?
hi frnds! can any one help me by answering the below questions. 1.what is client server testing ? 2.what is web-based testing and what exactly tested in this ? 3.and exact difference between these two type of testing methods i can be reached on shrinivaster@gmail.com if any help needed from my side. thanks shri
What are the advantages of automation over manual testing?
What are the points to be considered while testing an application on different browsers like firefox, opera, mozilla, ie etc. on both windows & linux ??
Which type of requirement suitable for water fall model, v model, prototype model, incremental model, agile model, ? plz explain with example....please give the answer immediately
what risks do u faced u r projest how do you solve
explain bug life cycle
Why should a software tester have knowledge of PHP language?
What is good code?
What is agile methodology and how to perform agile testing?