ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 44 - MCD - Level 1 discussion

Report
Export

A Mule application contains two HTTP Listeners, each configured for different API endpoints: http://acme.com/apis/orders and http: //acme .com/a pis/customers.

What base path value should be set in an HTT? Listener config element so that it can be used to configure both HTTP Listeners?

A.
/apis/?
Answers
A.
/apis/?
B.
/apis/
Answers
B.
/apis/
C.
/apis/orders|customers
Answers
C.
/apis/orders|customers
D.
/apis/*
Answers
D.
/apis/*
Suggested answer: D

Explanation:

Option 2 is the correct answer as /api/* accespts everything starting with /api/

asked 18/09/2024
Ankur Patel
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first