You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some digging i haven't found a solution that completely backend/plugin free solution.
So we have two ways to address this issue:
With a Cors Proxy: there are no specific reason to develop a backend for the app for this reason a cors proxy can be used to use the app.
In this experimental branch i use corsproxy.io to handle the requests.
With a Plug-in: Hoppscotch is a web based Postman like that uses an ad-hoc plug-in to permit the requests on a remote api.
The code can also be adapted to run as standalone Electron desktop app with a minimum of rework sending the requests through IPC as a companion to the browser app.
Please provide the documentation to enable a full statico export of the web Page and the setup of a minimal https server, such as nginx, to deploy the product without the cors
The text was updated successfully, but these errors were encountered: