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

**Please describe feature/problem details and the solution you'd like.** On browser when you download a resource there's something call Transferred Size and Resource Size, the transferred size is the compressed...

feature request

**Describe the bug** My requests fail using the CLI, but are fine running in VSCode. I'm asuming this is because the CLI has an old OAuth Token with wrong permissions....

bug

**Question:** Cookie has domain set to the public suffix "local" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain:true, rejectPublicSuffixes: false}. How can we configure...

question

**Describe the bug** I need to skip some requests in my tests. So I am trying the skip request functionality, but it is not working. I verified everything I could...

bug

**Describe the bug** OAuth 2 authentication is not working with Azure B2C, the interaction appears successful however some claims are missing in the returned bearer token from Azure B2C. This...

bug

**Please describe feature/problem details and the solution you'd like.** Please add shortcuts for request rename(F2 preferable) and request duplicate(perhaps ctrl/cmd + D)). **Are you using the free version/paid version/trial:** Enterprise.

feature request

**Question:** Hey Team, We are an OpenSource Developers team. We have created an annotation for SpringBoot to generate http client collection from code itself. Currently it supports Postman and we...

question

**Please describe feature/problem details and the solution you'd like.** I'd like the ability to multiple-select requests to copy/cut/paste/delete. **Are you using the free version/paid version/trial:** Using the Enterprise version.

feature request

**Please describe feature/problem details and the solution you'd like.** We use a custom authorization header instead of `Authorization`, which means when we use the oAuth2 flow, we have to manually...

feature request

**Please describe feature/problem details and the solution you'd like.** The state parameter of the PKCE flow should be something random that only the caller knows about to ensure no one...

feature request