HTTP-Shortcuts icon indicating copy to clipboard operation
HTTP-Shortcuts copied to clipboard

[BUG] No curl import/export of digest authentication

Open MichaelEFlip opened this issue 2 years ago • 1 comments

Steps To Reproduce

  1. Create a shortcut with http digest authentication
  2. Export curl command

Expected behavior

Curl command should contain the "--digest" option: curl --digest --u user:password ...

Actual behavior

Plain HTTP basic authentication is exported: curl --u user:password ...

Additional information

The other way round is also not working: If trying to import a curl command with "--digest" a message box is shown, that the "--digest" option is not supported.

Context

  • Android OS Version: [13.0]
  • App Version [3.8.0]

MichaelEFlip avatar Jan 22 '24 09:01 MichaelEFlip

Thanks for the issue. This will be fixed in the next release.

Waboodoo avatar Jan 27 '24 21:01 Waboodoo

This is now fixed in version 3.10.0

Waboodoo avatar Mar 30 '24 20:03 Waboodoo