Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support HTTP only for web app in local dev #614

Open
duynguyen opened this issue Nov 8, 2022 · 3 comments
Open

Support HTTP only for web app in local dev #614

duynguyen opened this issue Nov 8, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@duynguyen
Copy link
Contributor

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

@shazron shazron added the enhancement New feature or request label Nov 8, 2022
@shazron
Copy link
Member

shazron commented Nov 8, 2022

I think by default we can have --https (default:true), and to turn it off, we can specify --no-https. WDYT?

@duynguyen
Copy link
Contributor Author

yes, that's a good one.

@aiojbot
Copy link
Collaborator

aiojbot commented Dec 2, 2022

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1893

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants