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.
| Comment | File | Size | Author |
|---|---|---|---|
| support-for-altering-curl.patch | 3.27 KB | danielbeeke2 |
Comments
Comment #1
frans commentedDo you need HttpClientBaseFormatter::FORMAT_FORM then also? Why is that in the patch?
Comment #2
danielbeeke2 commentedI 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.