adobe / adobe/aio-cli-plugin-app
Support HTTP only for web app in local dev
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 28
- Forks
- 41
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 3
Description
Currently, the `aio app run` command brings up https://localhost:9080/ by default. There is no way to run the local web app with HTTP only, which is useful to work with other local apps that expose HTTP only. This mismatch creates trouble displaying crossed content (e.g. CORS blocking due to different protocols).
**Expected behavior**
The `aio app run` command provides an option to run web app in HTTP only, e.g. `aio app run --http-only`
Contributor guide
Assessment
This issue has not been assessed yet.