You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to merge a pull request and get the "Location" header so I can retrieve the correct task-status using Bitbucket API.
However, when I merge a pull request, after a success code is returned (merge works correctly), I don't receive the expected header. In particular, performing the call reported below:
I have to merge a pull request and get the "Location" header so I can retrieve the correct task-status using Bitbucket API.
However, when I merge a pull request, after a success code is returned (merge works correctly), I don't receive the expected header. In particular, performing the call reported below:
In the console.log used in the promise function, I receive the following headers:
So no "Location" header is returned.
Can you please explain me why or/and the correct syntax to get the "Location" header? Thanks a lot
The text was updated successfully, but these errors were encountered: