Unable To Perform Api Login Using Python Request And Post Api Calls
I'm trying to perform a login authentication using python-requests. Explaination I'm trying to access an API call of a website with AJAX Authentication. Hence I log in to the websi
Solution 1:
I think the first issue that you should address is that requests won't trust the cert of that site, like the last error line states. Maybe try to add the cert first. Check here for how to set the cert. Sorry for the short answer. I would've written a comment, but I'm still new and am therefore not allowed to comment.
Post a Comment for "Unable To Perform Api Login Using Python Request And Post Api Calls"