Thank u brother I searched so many videos this is the best and perfect one hope u will continue this. Do video on how to upload image to a sql database through web api app. Subscribed bro
Hey, I am not creating the new user or comparing with new user credentials. If you watched the full video then you saw at one place I am comparing the username and password with default username and password. You can achieve this with dynamic user as well just you have to add a logic to get the user from database and compare their username and password. In the video I am passing the same username and password from swagger ui which I have taken at the time to compare the credentials.
Great video ! You save my time ! 🥰🥰
Gracias
Thank u brother I searched so many videos this is the best and perfect one hope u will continue this. Do video on how to upload image to a sql database through web api app. Subscribed bro
Thanks @Jack for watching. Sure I will make video of these concepts in future.
Great video ! Keep it up mate !
You must add details about various classes you are using in your code, before you use them like Request.Header or BasicAuthenticationHandler etc.
Thank you
why it's showing Unsupported ' Scheme'
Hi vivek, follow the steps it will work for you as well.
Where are u creating the user and password?
Hey, I am not creating the new user or comparing with new user credentials. If you watched the full video then you saw at one place I am comparing the username and password with default username and password.
You can achieve this with dynamic user as well just you have to add a logic to get the user from database and compare their username and password.
In the video I am passing the same username and password from swagger ui which I have taken at the time to compare the credentials.