ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 49 - AD0-E906 discussion

Report
Export

On the dispatcher, the consultant is reviewing what HTTP request methods to allow to /bin/workfront-tools. The following methods are available: GET, HEAD, POST, PUT, and DELETE.

Which requests should be allowed?

A.
DELETE POST and GET
Answers
A.
DELETE POST and GET
B.
HEAD. PUT. and DELETE
Answers
B.
HEAD. PUT. and DELETE
C.
GET, POST, and PUT
Answers
C.
GET, POST, and PUT
Suggested answer: C

Explanation:

When configuring allowed HTTP request methods for /bin/workfront-tools on the AEM dispatcher, the safest and most appropriate methods to allow are GET, POST, and PUT. These methods cover the basic operations for retrieving data (GET), submitting data (POST), and updating data (PUT), which are typically required for the Enhanced Connector functionality.

GET: Used to retrieve data from the server.

POST: Used to send data to the server.

PUT: Used to update resources on the server.

Options A (DELETE) and B (HEAD, DELETE) are riskier and less commonly needed for this use case, and DELETE should be restricted unless absolutely necessary to prevent unintended deletions.

Refer to Adobe documentation on Dispatcher security for best practices regarding allowed HTTP methods.

asked 02/10/2024
alvaro Vasconcelos
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first