URL-encoded username in HTTP basic auth doesn't work with webhooks (BBCDEV-7882)

XMLWordPrintable

    • 1
    • 906

      if a webhook URL contains a username and password for use with HTTP basic auth and the username is URL-encoded, the username will not be properly decoded before being sent to the external server.
      Example: If you have a URL like "http://user%40example.com:password@example.com/foo", the username "user@example.com" should be sent (and the "%40" converted to "@").

              Assignee:
              Unassigned
              Reporter:
              Yana
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: