When using this module in combination with bitbucket it is out of the box impossible to send a POST to bitbucket because bitbucket uses basic auth. With this patch you can give a callback where you alter it.

CommentFileSizeAuthor
support-for-altering-curl.patch3.27 KBdanielbeeke2

Comments

frans’s picture

Do you need HttpClientBaseFormatter::FORMAT_FORM then also? Why is that in the patch?

danielbeeke2’s picture

I am not really sure,
it was supported by http client and I needed to post a form to the bitbucket API, FORMAT_FORM sets the right headers for me.