Relative Content

Tag Archive for pythonwixhttprequesthmacvelo

Authentication on Wix site with python from a local pc using http requests

I’ve been stuck with this issue, you see…
I’ve a collection on wix, i can access it with http requests from an app made with python, everything works as intented BUT I am implementing some basic security, I’ using hmac authentication for the requests but i alway get the 400 error with the message of invalid token, the one that comes from the catch message of the function on the http-functions.js file.