-
Notifications
You must be signed in to change notification settings - Fork 688
Description
Tell us about the task you want to perform and are unable to do so because the feature is not available
Currently, API Dash cannot be accessed or explored from the web. This makes it harder for new users to quickly try the tool, understand the workflow, or build sample requests without installing the desktop or mobile app upfront.
Additionally, API testing from a browser is constrained by CORS, which prevents certain requests from being executed reliably in a pure web environment.
Describe the solution/feature you'd like us to add
Findings:
- Proxy-based web support:
A managed proxy or a user-hosted proxy can enable full request execution from the web, offering functionality closer to desktop parity. This approach provides maximum capability but introduces additional considerations around infrastructure, configuration, and maintenance.
- Web-to-desktop handoff approach
The web client focuses on request creation and organization. When a request cannot be executed due to CORS:
- The failure is detected in the web client
- Users are offered a fallback to the desktop app via deeplinks or firstly download the app.
Any other feedback you would like to provide regarding the site
Looking for guidance on the preferred direction.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status