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, I think It would be nice if "Generate code snippet" would include file path content in generated code, similar to environment variables. For example: from ```http POST {{url}} HTTP/1.1...

enhancement

- REST Client Version: v0.24.6 - VSCode Version: 1.63.0 - OS Version: Windows 10 Pro 20H2 - 64-bit Steps to Reproduce: 1. Create a new .http file 2. Add these...

Hi, I need to make the request on several hosts of the same domain using the same certificates. Is the following notation already covered (with wildcards): ``` "rest-client.certificates": { "*.example.com":...

enhancement

I need to get value from Cookie and use it in next request URL. Previous response like : HTTP/1.1 200 OK Server: Tengine Date: Thu, 24 Jan 2019 12:11:47 GMT...

enhancement

- REST Client Version: v0.24.6 - VSCode Version: lasted - OS Version: win 10 Steps to Reproduce: 1. open tow workspace ws1 ws2 ,and create tow same environment , such...

When i'm trying to get the authorization token using the following format, and is returning the following error: "IdentityServer4 ", POST https://MYOAUTH/connect/token HTTP/1.1 Host: MYHOST Content-Type: multipart/form-data;boundary=------MyBoundary --------MyBoundary Content-Disposition: form-data;...

needs more info

my url is http://127.0.0.1:6811/test.jsp?{"query":"百度"} {"query":"百度"} is gbk charset 1. Direct Send, {"query":"百度"} It will be encoded as utf8, although my file encoding is GBK GET http://127.0.0.1:6811/test.jsp?{"query":"百度"} 2. Send With urlencode...

First of all awesome job! If there a way we can allow users to read variables from env variable file (for example)? A scenario: I have secret token from env...

Hi, I am using the Rest Client extension (love it) but I ran into an issue. I am having problem with a request variable when it contains "\n". Let me...

Hi have two environments "Local" and "Sandbox" but they don't use the same kind of authentication. "Local" is using basic authentication and "Sandbox" uses a bearer token. Local ``` @myCredentials=...