How to send data from Orange Live Objects to AWS using HTTP POST
, knowing that AWS needs authentication (CA, cert and private key
) ?
Currently I got a 403 forbidden error as I don't send anything relative to secure connection.
I tried successfully with curl in adding --cacert --cert
and --key
but I don't know how to do that with the Orange REST API.
Where can I add these pieces of information?
Within the HTTP header?
Is there a specific value to enter?