MCIA - Level 1 Exam QuestionsBrowse all questions from this exam

MCIA - Level 1 Exam - Question 78


A Mule application uses an HTTP Request operation to invoke an external API.

The external API follows the HTTP specification for proper status code usage.

What is a possible cause when a 3xx status code is returned to the HTTP Request operation from the external API?

Show Answer
Correct Answer: B

A 3xx status code indicates that the request has been redirected to a different URL, according to the HTTP specification. This means that the client must take additional actions to complete the request, such as following the redirection to a new URL provided by the server.

Discussion

3 comments
Sign in to comment
madgeezerOption: B
Aug 5, 2022

B. The request was REDIRECTED to a different URL by the external API

AniL1488Option: B
Aug 11, 2022

Ref: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#:~:text=10.3%20Redirection%203xx,request%20is%20GET%20or%20HEAD.

gilofernandesOption: B
Nov 9, 2023

3xx: Redirection A redirection indicates that further action needs to take place before the request is completed.