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 solution you'd like.** I set the Oauth settings at collection or folder level, and all the requests inheirt the token generated from there. Before using...
**Please describe feature/problem details and solution you'd like.** I have a local env and a prod env, one the few difference between is the base URL, so I should switch...
Hi @rangav Thank you, please find a Minimal reproducible example ```yaml openapi: 3.0.0 info: description: Api to handle client in daily database title: Client api version: "1.0" servers: - url:...
For now the total time taken to execute an API shows only after the request completes if you can add a timer when request starts it will be really helpful...
**Please describe feature/problem details and solution you'd like.** **Describe alternatives you've considered** **Your Team Size Using TC:** would be nice I can just do it without using track pad as...
**Describe the bug** 1. Sending a api request to IIS server with Single Sign On with NTLM 2. Responds with 401 / www-authenticate: Negotiate, NTLM Thunder appears to ignore the...
**Is your feature request related to a problem? Please describe.** When working on a shared workspace it can happen that people modify the existing requests and collections in order to...
**Please describe feature/problem details and solution you'd like.** When creating a variable based on another variable, the ThunderClient UI can successfully resolve the reference variable, but it doesn't highlight as...
Currently, all variable from Env need to be shared. This isn't ideal when you wanna test in production, where each collection (project) has its own URL.
**Is your feature request related to a problem? Please describe.** I dont want to remember the endpoints everytime, I would want to get suggestions after typing in some words of...