How to use pass caller credentials (Basic Auth) from one API to another?
I have a custom Scripted REST API that uses Basic Authentication (user ID and password). This scripted API is calling an out of the box API that also uses Basic Authentication. Is there a way I can set the Basic Authentication values when calling th...