Refer to the exhibit.
What required changes can be made to give a partial successful response in case the United Airlines API returns with a timeout?
Which command is used to convert a JKS keystore to PKCS12?
When a client and server are exchanging messages during the mTLS handshake, what is being agreed on during the cipher suite exchange?
Which configurations are required for HTTP Listener to enable mTLS authentication?
When implementing a synchronous API where the event source is an HTTP Listener, a developer needs to return the same correlation ID back to the caller in the HTTP response header.
How can this be achieved?
Answer : D
When implementing a synchronous API where the event source is an HTTP Listener, Mule automatically propagates some message attributes between flows via outbound and inbound properties. One of these attributes is correlation ID, which is returned to the caller in the response header by default as MULE_CORRELATION_ID. Reference: https://docs.mulesoft.com/mule-runtime/4.3/about-mule-message#message-attributes
Which pattern should be used to invoke multiple HTTP APIs in parallel and roll back failed requests in sequence?
A custom policy needs to be developed to intercept all cutbound HTTP requests made by Mule applications.
Which XML element must be used to intercept outbound HTTP requests?