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
fix: remove Container App IP restrictions, use application-layer proxy control
Container App IP restrictions block the frontend App Service proxy
traffic since the CAE is external. Instead, rely on the application-
layer approach: the /config endpoint returns same-origin /api URL in
WAF mode, so browsers never see the Container App URL. The proxy in
frontend_server.py handles all /api/* routing server-side.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments