FAQ
Q: Does Fetch Client cost anything?
A: No, Fetch Client is completely free and open source.
Q: Can I use Fetch Client offline?
A: Yes! All features work offline. Only the actual HTTP requests require internet.
Q: How do I export my requests and collections?
A: Use the export feature in the Collections tab to download as JSON. These can be imported into other Fetch Client installations or shared with teammates.
Q: Is my sensitive data (passwords, API keys) safe?
A: Yes. All data is stored locally on your computer, and environment variables are encrypted. Nothing is sent to external servers.
Q: Can I migrate from Postman/Thunder Client?
A: Yes! Fetch Client supports importing collections and environment variables from both Postman (v2.1) and Thunder Client (v1.2).
Q: Does Fetch Client work with authentication?
A: Yes! Supports Basic Auth, Bearer Token, API Key, AWS Signature, and OAuth 2.0.
Q: Can I run requests in bulk?
A: Yes! Use the "Run All" feature to execute entire collections sequentially or in parallel, and export results as JSON or CSV.
Q: How do I report bugs or request features?
A: Visit the Issues section to report bugs or request features. Please search first to avoid duplicates.
Q: Can I use Fetch Client for team collaboration?
A: Yes! Save collections in your workspace folder. Your team can then import and use the same collections.
Q: What HTTP methods are supported?
A: GET, POST, PUT, PATCH, DELETE, HEAD, and OPTIONS.