Enhancement: HTTP Request Action with Parameter Storage Credentials

This … doesn’t seem fully implemented? Building a workflow for an API that requires Basic Authorization has the workflow ask for which Basic Authorization parameter to use.

The problem? There doesn’t seem to be any way to create a Parameter for Basic Authorization. That simply doesn’t appear as an option:

While I would love to use OAuth 2.0 for this, the API simply doesn’t support it. I can certainly set the auth type to No Auth on the workflow and manually create the Authorization header in the action config, but it seems like we shouldn’t have to do that with this feature. Is this expected?

Hi @bussdw , did you use the “Credential” option in the Parameter Storage page? (Category > Authentication, Type > Credential)