I need to alter between Basic Auth and Bearer Token within the same resource. So I can not have Basic Auth defined on the resource...I need to add (both) to the header manually on each query.
It seems that adding Basic Auth as a header gets overridden by the resource (blank Basic Auth header).
Is there a way to make this work?
Regards.-