adobe / adobe/aio-cli-plugin-app

Support HTTP only for web app in local dev

Open
#614 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.