Sorry for asking very basic question. First time I am using REST API. I tried to get answer to this question on google. But I am unable to get any such.
I need to login into a website using password based authentication using REST API and Python. I dont want to use selenium or some other tools for this purpose due to company policy.
Website Name : https://www.test.com
Username : admin
Password : test@123
Any clue/idea on proceding further please?
POSTRequest to the url with the Username and Password? Is it using HTTP Basic Authentication?