bruno
bruno copied to clipboard
BUG: OAuth2: Access Token request is sent as GET
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
Also mentioned in #1790