Replies: 3 comments 3 replies
-
@sundarv85 what do you mean? do you see an alternate way, if yes then please share it here?
Typically, you should not hardcode username and password in the version control. It is recommended to use environment variables or settings files to store credentials (e.g.: if AWS is used then you can rely on Secret manager, SSM), and then grab those values dynamically and supply it to the method. |
Beta Was this translation helpful? Give feedback.
-
@sundarv85 Now I understand your question. Thanks. Maybe I will see if I can add supported functions in the future. |
Beta Was this translation helpful? Give feedback.
-
I have created a PR to add OOTB digest authentication support, I would highly appreciate if you can review :) cc: @jeevatkm |
Beta Was this translation helpful? Give feedback.
-
I am trying to use Digest Authentication for the URL:
https://httpbin.org/digest-auth/auth/user/password
I suppose that is not the correct way to pass the username/password. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions