Which two methods are used for communicating session linkages between the client and the server? (Choose two.)

Which two methods are used for communicating session linkages between the client and the server? (Choose two.)
A . Cookies
B . LTPA Token
C . Rest Services
D . URL Rewriting
E . HTTP Response codes

Answer: AD

Explanation:

Representational State Transfer (REST) is a lightweight framework for designing applications that use HTTP to make calls. REST uses HTTP to perform the Create, Read, Update, and Delete (CRUD) operations between client and server. Applications interact with the services by using HTTP, POST, PUT, GET, and DELETE operations.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments