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

Mixed content warnings when running the web app #31

Closed
adityamandaleeka opened this issue Nov 1, 2023 · 4 comments · Fixed by #74
Closed

Mixed content warnings when running the web app #31

adityamandaleeka opened this issue Nov 1, 2023 · 4 comments · Fixed by #74
Milestone

Comments

@adityamandaleeka
Copy link
Member

From @danroth27

The web app is hosted on an HTTPS address, but it displays images that are retrieved over plain HTTP, which results in lots of "Mixed content" warnings in the browser dev console.

@adityamandaleeka adityamandaleeka added this to the Go Live milestone Nov 1, 2023
@adityamandaleeka
Copy link
Member Author

@SteveSandersonMS PTAL

@SteveSandersonMS
Copy link
Member

There are two main choices for how to solve this:

  1. Continue to serve the images from the catalog service, but make it use https
  2. Have the WebApp reverse-proxy the images, so the browser sees them as being served from the same origin

Option 2 is probably better as it means you don't need an HTTP ingress that allows the general public to make requests against the catalog API.

@adityamandaleeka
Copy link
Member Author

@SteveSandersonMS Sounds good to me. Is this something you can handle by 11/14?

@SteveSandersonMS
Copy link
Member

@adityamandaleeka It's done for WebApp in #74, but we need a bit more done for HybridApp and the MAUI app.

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

Successfully merging a pull request may close this issue.

2 participants