{"success":false,"errors":[{"code":9106,"message":"Missing X-Auth-Key, X-Auth-Email or Authorization headers"}]}
I’ve been angry with this problem for a week, and no matter how accurate information is entered, an error occurs. The server is creating a web using Python in aws. I’m asking for advice, as it’s not a problem I can solve alone. I want to know if my python code is wrong.
I am unable to reproduce the issue on my end. Could you try printing the request headers to ensure X-Auth-Email and X-Auth-Key are actually being sent?
Hello Albert, thank you so much for your response. I struggled with this issue for a bit until I decided to see if others had run into similar issues. So the sample request included in the doc for python requests module(screenshot attached), makes it seem like you require either the auth-key or the auth-email, and not both. Even the doc itself, doesn’t state that both are required. Perhaps this should be reviewed to aid others in the future. Thanks.