Skip to content

Web support for API Dash #995

@ShashwatXD

Description

@ShashwatXD

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:

  1. 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.

  1. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions