unloggedio / unlogged-sdk

Unlogged SDK for recording code execution
https://unlogged.io
Apache License 2.0
152 stars 16 forks source link

Ability to pass Headers during Direct Invoke, to enable direct invoking of secure endpoints #62

Open kingkong-AI opened 3 weeks ago

kingkong-AI commented 3 weeks ago

Is your feature request related to a problem? Please describe.

  1. During Direct Invoke, we do not have an option to pass request headers, tokens etc for authenticated paths as there is in postman. Having such a functionality to pass headers would be really help especially when calling secured endpoints.
  2. In some cases, webclient might be calling some secured path and might require a bearer token to be passed

Describe the solution you'd like

A header section in the direct invoke window, where we can pass/edit the necessary header details like jwt tokens etc before we execute direct invoke.

Describe alternatives you've considered

No response

Additional context

No response