thunder-client-support
thunder-client-support copied to clipboard
Thunder Client is a lightweight Rest API Client Extension for VS Code.
**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...
**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....
**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...
**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...
**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...
**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.
**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...
**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.
**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...
**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...