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 am getting a 404, but really I would expect to be getting a 403 as well. The headers aren't being forwarded on redirect, based on inspecting my 404 response. This includes the auth header which is why we are getting 403/404.
For now, I'm manually handling this api call with redirect and header forwarding.
Hi
I authenticate with AppPasswordAuthentication.
GetRepositoryPullRequestsAsync works fine.
But both GetRepositoryPullRequestDiffStatAsync and GetRepositoryPullRequestDiffAsync gives me:
"Flurl.Http.FlurlHttpException: Call failed with status code 403 (Forbidden): GET https://bitbucket.org/!api/2.0/repositories/loansys_v2/reloansys.identityservice/pullrequests/963/diffstat ..."
Visiting that URL with a browser works fine. (logged in with the same username and password).
There is a redirect, though. Could that be the problem?
The text was updated successfully, but these errors were encountered: