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

I have curl -v www.vulongtran.com in my workspace. when I hit the Send Request button, it throws Cannot read properties of undefined (reading 'toString'). I have the language set to...

- VSCode Version: 1.19.2 - OS Version: W10Pro - REST Client Version: 0.16.2 I have a problem where I'm unable to clear the stored cookies for subsequent requests. The API...

enhancement
question

My server does not accept plain json payload, it requires that thecpayload body is gzip compressed Any idea how can i do it? Thanks

Hello - a couple of limitations that I've encountered which require me to copy/paste strings from response values in a chaining fashion. First question: Is it possible to parse a...

It would be great to have a setting that allowed you to turn on/off wrapping of the response content in the response viewer/tab/panel ! thanks !

I wonder would it be possible to provide following feature: If you have a few requests like 1) Authorization request providing a token in a request variable 2) API call...

This might be a very niché request but it also might not be. I am in a situation where I need to talk to an API that accepts JSON inside...

feature request

Could we have a keyboard shortcut to Send request? I couldn't spot a setting responsible for mapping this button to keyboard. ctrl-Enter would work great for me.

Hi, I've some api that contains value with "@odata" properties in their response, like this one: ``` { "@odata.etag": "W/\"JzQ0O1RkanZkQ2VRMFo5QWg3b2hwakpIVzdIUFBtbERRRVI3ZTR2UithTGYvN0E9MTswMDsn\"", "id": "4874d510-529c-eb11-8ce5-000d3ae70960" (...) } ``` I need the "@odata.etag" property...

I'm trying to use it with my django project. django requires csrf to its POST request at the head. I could get csrf token by certaion request. My problem is...