what is the result of using the encodeURL method of the HttpResponse interface if a client browser has cookies disabled?

If a server has URL rewriting enabled, what is the result of using the encodeURL method of the
HttpResponse interface if a client browser has cookies disabled?

If a server has URL rewriting enabled, what is the result of using the encodeURL method of the
HttpResponse interface if a client browser has cookies disabled?

A.
Addition of a client’s session ID to the URL in a query string

B.
Redirection of all subsequent requests to a unique domain specified as a URL parameter

C.
Increased performance due to browser specific information being encoded in the URL

D.
Encryption of sensitive client data in the URL



Leave a Reply 0

Your email address will not be published. Required fields are marked *