Supercharge Paw using extensions! Either you want to have generated client code for your favorite language, import 3rd party file formats or compute dynamic values, an extension is probably here for you. You can also make your own.
This extension creates the authorization header for HTTP REST requests to Oracle's OCI REST APIs. The extension leverages the required headers to construct an authorization header based on the requirements defined in the OCI REST API documentation. POST and PUT requests also require a `x-content-sha256` header calculated based on the body of the request. The default SHA256 dynamic value should be used to calculate this header; ensure that base64 encoding is used.
Install on Paw
me.harwell.PawExtensions.OciFnAuth
7f048b341031dcad073f2d8ce24343dd94a264fb
Fork on Github