-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
Description
Trying to change the Authorization method does not work. Default option of 'Basic' remains on screen no matter what is selected in the 'Select authorization' drop down selection box. Note that, 'Basic' is not selected, but is still the default authorization.
Expected outcome
Select 'Bearer' and 'Oauth2' should change the fields to use on the Authorization tab.
Actual outcome
No change to the fields displayed on the Authorization tab.
Versions
App: 17.0.9
Platform: win32
Electron: 17.1.0
Chrome: 98.0.4758.102
V8: 9.8.177.11-electron.0
Node: 16.13.0
Steps to reproduce
- Create new Request of type POST
- Set BODY to Raw Input, of type JSON, and put in some json payload
- Try to set the Authorization to 'Bearer' and 'Oauth2' .. changes nothing on this tab. Should see a 'Token' property with empty property value field displayed ..