bruno icon indicating copy to clipboard operation
bruno copied to clipboard

BUG: OAuth2: Access Token request is sent as GET

Open pietrygamat opened this issue 1 year ago • 1 comments

Bruno 1.11.0 When setting the OAuth2 auth method on a GET request, Bruno attempts to obtain Access Token from token endpoint also using GET. The specs however mandates that

The client MUST use the HTTP "POST" method when making access token requests.

#1003

pietrygamat avatar Mar 14 '24 00:03 pietrygamat

Also mentioned in #1790

pietrygamat avatar Mar 14 '24 00:03 pietrygamat