Hi,
I am using a http url in the post receive webhook
e.g. url ==>
http://<server>:<port>/contextroot/mypath
When I push the changes using git push, I can see in atlassian-bitbucket-audit.log
that the post request for above url has failed due to Authentication failure
Logs are as follows -->
{"authentication-method":"basic","error":"Invalid username or password."} | @BPQIPRx95x185x0 | -
127.0.0.1 | AuthenticationFailureEvent | - | 1524860515776 | admin |
Anybody has faced this error before, if yes please provide the solution!!!
Any idea if this webhook does not work with HTTP
and only works with HTTPS ??