Hi !
I’m new to Make and I need your help to unblock an obstacle for my project. THANKS !
I want to make an http request to a service (Binance) which provided me with an API key and a secret key. However, I get a 401 error when I use them raw in headers. From my research to better understand why, I understood that, in order to authenticate the request, it was necessary to generate an HMAC SHA256 signature from the secret key and the parameters of the same request. This signature will then be entered in the parameters of the same request.
In other words, you first need a pre-request. What I managed to do on Postman. How can I do this in my Make scenario?
I also notify that the Binance services that I am looking for are not available with the module offered by Make. Otherwise, I would have used it without problem.
Thank you for your help !