I am trying to make an API call to retrieve data. The API needs to take in username and password as Basic Auth parameters. I am wondering how I would pass these values to the API? I have not been able to find any documentation outlining how this would be done.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to make an API call to retrieve data. The API needs to take in username and password as Basic Auth parameters. I am wondering how I would pass these values to the API? I have not been able to find any documentation outlining how this would be done.