MuleSoft
MCD-LEVEL-1 · Question #62
A Mule application contains two HTTP Listeners, each configured for different API endpoints: What base path value should be set in an HTT? Listener config element so that it can be used to configure…
The correct answer is D. /apis/*. Option 2 is the correct answer as /api/* accespts everything starting with /api/
Building Integration Applications
Question
A Mule application contains two HTTP Listeners, each configured for different API endpoints:
What base path value should be set in an HTT? Listener config element so that it can be used to configure both HTTP Listeners?
Options
- A/apis/?
- B/apis/
- C/apis/orders|customers
- D/apis/*
How the community answered
(37 responses)- A3% (1)
- B5% (2)
- C3% (1)
- D89% (33)
Explanation
Option 2 is the correct answer as /api/* accespts everything starting with /api/
Topics
#HTTP Listener#base path#wildcard#Mule configuration
Community Discussion
No community discussion yet for this question.