MuleSoft
MCD-LEVEL-1 · Question #205
Refer to the exhibits. The mule application implements a REST API that accepts GET request from two URL's which are as follows What path value should be set in HTTP listener configuration so that…
The correct answer is C. */status. Correct answer is */status as it is the correct way to use wildcards while configuring path value in
Mule 4 Application Development
Question
Refer to the exhibits. The mule application implements a REST API that accepts GET request from two URL's which are as follows What path value should be set in HTTP listener configuration so that requests can be accepted for both these URL's using a single HTTP listener event source? A. *[order,customer]/status B. ?[order,customer]/status C. */status D. *status
Exhibit
Options
- A*[order,customer]/status
- B?[order,customer]/status
- C*/status
- D*status
How the community answered
(20 responses)- B5% (1)
- C90% (18)
- D5% (1)
Explanation
Correct answer is */status as it is the correct way to use wildcards while configuring path value in
Topics
#HTTP Listener#path wildcard#URI pattern#REST API
Community Discussion
No community discussion yet for this question.
