Skip to content

Commit 2b5ea91

Browse files
author
ivan m.
committed
Clarify NGINX reverse proxy solution in Excel to lakeFS guide: update phrasing for better understanding and align with current browser security standards.
1 parent 57fb381 commit 2b5ea91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-06-23-connecting-excel-to-a-local-lakefs-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Before diving into the implementation details, here is a summary of the possible
9494

9595
### Solution 1 (Recommended): The NGINX "Sidecar" Proxy
9696

97-
The most effective and non-intrusive solution is to deploy an **NGINX reverse proxy**. The idea is not new; [**Maximillian Xavier’s 2020 blog post**](https://maximillianxavier.medium.com/solving-cors-problem-on-local-development-with-docker-4d4a25cd8cfe "Solving CORS problem on local development with Docker | by Maximillian Xavier | Medium") already suggested to *“run a Docker container with NGINX acting as reverse proxy. Two files, one container, one simple solution\!* We’ve adapted this elegant idea for **2025-era browsers** that now enforce the stricter Private Network Access (PNA) checks.
97+
The most effective and non-intrusive solution is to deploy an **NGINX reverse proxy**. The idea is not new; [**Maximillian Xavier’s 2020 blog post**](https://maximillianxavier.medium.com/solving-cors-problem-on-local-development-with-docker-4d4a25cd8cfe "Solving CORS problem on local development with Docker, by Maximillian Xavier, Medium") already suggested to *“run a Docker container with NGINX acting as reverse proxy. Two files, one container, one simple solution\!* We’ve adapted this elegant idea for **2025-era browsers** that now enforce the stricter Private Network Access (PNA) checks.
9898

9999
Notably, this aligns perfectly with official guidance. The [**xlwings Lite documentation**](https://lite.xlwings.org/web_requests?utm_source=chatgpt.com "Web API Requests - xlwings Lite documentation") explicitly suggests using a **CORS proxy** if you don’t control the API, and recommends **hosting your own** for privacy reasons—which is exactly what this solution accomplishes.
100100

0 commit comments

Comments
 (0)