thunder-client-support icon indicating copy to clipboard operation
thunder-client-support copied to clipboard

Thunder Client is a lightweight Rest API Client Extension for VS Code.

Results 280 thunder-client-support issues
Sort by recently updated
recently updated
newest added

``` ERROR - Unable to Run Pre Requests for __REQUEST__ Circular Dependency detected in Pre Requests, Please fix it. ``` **Describe the solution you'd like** I would like to have...

feature request

**Describe the bug** I can't access request data and resend the same request when I use random payload via custom filter. For example. I created custom filter for random payload...

bug

**Describe the bug** When running a post against localhost:8084 I receive "statusmessagedetails" in the Response and nothing else, but on my localhost I see it returned a json response. All...

bug

**Describe the Bug** Recently, I discovered a feature in VS Code's align panel that allowed me to make the bottom bar take up the whole width of the screen. This...

bug

Please take a look at the upcoming features on our Roadmap and share your feedback with us. ### Upcoming Features - [x] Export Collection in OpenAPI format (Paid Version only)...

feature request

**Describe the bug** Within the extension you cannot cannot copy, cut or paste the information if it's large (about 3,796 words) **To Reproduce** 1.- Save a query with a lot...

bug

**Describe the bug** When enabling gzip compression, the size on the response page does not reflect the gzipped size downloaded, but shows the unzipped size in stead. **To Reproduce** Do...

bug

**Describe the bug** Generating an Oauth token gives the popup "Saved Successfully" with green text despite failing. **To Reproduce** Under Auth -> Oauth2, send an oauth request with invalid credentials....

bug

**Please describe feature/problem details and the solution you'd like.** I believe collapse/expand all button(s) next to "copy" at the top right corner for collapsing the entire object with a single...

feature request

So I have a Thunder Client collection in my VSCode. The API server is running inside a docker container on the local machine. All requests are running fine. I export...

question