Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.32k stars 445 forks source link

Is it possible to not encode a Basic Authorization header? #1250

Open pablote opened 8 months ago

pablote commented 8 months ago

Strange as it sounds, I need to call a service using Authorization: Basic username:password, without encoding the username:password part. I know it's not right, but it's how it works. I can't find a way to prevent it from being encoded by the client before making the call. Can I prevent that from happening somehow? Can this be supported?