You are tasked with developing an application that requires the use of Oracle Cloud Infrastructure (OCI) APIs to POST messages to a stream in the OCI Streaming service. Which statement is incorrect? (Choose the best answer.)
A.
The Content-Type header must be set to application/json
B.
The request must include an authorization signing string including (but not limited to) x-content-sha256, content-type, and content-length headers.
C.
The request does not require an Authorization header.
D.
An HTTP 401 will be returned if the client ' s clock is skewed more than 5 minutes from the server ' s.
The statement that is incorrect is: " The request does not require an Authorization header. " In order to POST messages to a stream in the OCI Streaming service using OCI APIs, the request does require an Authorization header. The Authorization header is used to provide authentication and ensure the request is authorized to access the stream. The correct approach is to include the Authorization header in the request, along with other required headers such as x-content-sha256, content-type, and content-length. Therefore, the incorrect statement is that the request does not require an Authorization header.\
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit