vscode-restclient icon indicating copy to clipboard operation
vscode-restclient copied to clipboard

REST Client Extension for Visual Studio Code

Results 280 vscode-restclient issues
Sort by recently updated
recently updated
newest added

Hi there, after sending the following POST request: POST https://tokenmanager-******.com/auth/realms/internal/protocol/openid-connect/token HTTP/1.1 Content-Type: application/x-www-form-urlencoded grant_type=password &client_id={{client-id}} &client_secret={{client-secret}} &username={{username}} &password={{password}} I get from Visual Studio Code this error message: **write EPROTO 11416:error:1408F10B:SSL...

It would be most useful if the history contained response data as well as request data. A setting such as `"rest-client.includeResponseHistory"` would make it easier for users who do not...

- REST Client Version: v0.24.6 - VSCode Version: 1.65.0-insider - OS Version: Mac OS 12.1 Steps to Reproduce: 1. call to api of playfab ``` eg: POST https://TitleId.playfabapi.com/Client/RegisterPlayFabUser Content-Type: application/json...

# Problem This almost certainly doesn't do what you want, because the `&` will not get percent-encoded: ```http @name = Strunk & White GET https://{{host}}/authors/{{name}} ``` However, we can't assume...

Hi. I want to run .http file to test my API in github actions. Make GitHub action or CLI for your project please

Hi. To debug API I want to print some variable. How can I do this? May be something like `print(...)` or `console.log(...)`?

The @name comment defined on # can be searched, but it cannot be searched by setting it on # # #. For example, you can search the api name like...

- VSCode Version: 1.3.1 - OS Version: Windows 10 - REST Client Version: 0.5.4 Steps to Reproduce: Is there a way to use Windows NTLM authentication via the REST client?...

enhancement

A lot of times, I run a request, go do something else, and can't remember which one I ran. I can go to the history to see, but it would...

feature request

Recently, VScode pushed up the functionality to have [sidebar webviews] (https://github.com/microsoft/vscode/issues/46585). This opens a ton of possibilities for making the extension way more user friendly and intuitive as we are...

feature request