Resource - Basic Auth

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.-

Hey @Matias_Villanueva!

Would you mind describing your use case a bit more?

I'm curious if setting up two separate resources and then either creating different queries depending on the situation or using decoupled resources to switch between which configuration is being used for a particular query might help.