Oracle Cloud Platform Data Integration 2021 Specialist — Question 1

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?

Answer options

Correct answer: B

Explanation

Option B is incorrect because the request must indeed include an authorization signing string that encompasses various headers for authentication. Option A is true as a 401 error indicates a clock skew issue. Option C is also incorrect since an Authorization header is typically required for such requests, and option D is correct as the Content-Type header needs to be set to application/json for JSON payloads.