Hey !
Has anyone ever managed to pass the OVH API AUTH with bubble’s API Connector ?
Apparently you have to “sign” each request (?) with something like
“$1$” + SHA1_HEX(AS+“+”+CK+“+”+METHOD+“+”+QUERY+“+”+BODY+“+”+TSTAMP)
( AK / AS / CK being KEYS i own)
They have some sort of API Wrappers in PHP if that can help - Right here
I’d appreciate any help
Thanks !