0% found this document useful (0 votes)
8 views1 page

Untitled 6

The document discusses different authentication methods like Digest Authentication, OAuth 1 and 2 and provides a link for more authentication methods. It also briefly explains how HTTP requests work from a browser to a server running a PHP service and lists some common HTTP methods.

Uploaded by

ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Untitled 6

The document discusses different authentication methods like Digest Authentication, OAuth 1 and 2 and provides a link for more authentication methods. It also briefly explains how HTTP requests work from a browser to a server running a PHP service and lists some common HTTP methods.

Uploaded by

ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Digest Authentication - Authentication is performed by transmitting the password in an ENCRYPTED

form.(With Some Salt etc)

OAuth- Authentication protocol that allows you to approve one application interacting with another on your
behalf without giving away your password.

E.g OAuth 1, 2.

More authentication are discussed here -


https://scrolltest.com/2018/11/22/how-to-handle-authentications-with-postman/

In Client as Browser and Server as DB with the service running in PHP.

We can create an HTTP request from browser by typing a URL.

Just for more information, URL can be broken down into the further chunks like protocol, host , post and query
params. More discussion is out of scope for URL

Lets Understand what all HTTP methods are present

You might also like