v1.6.1: document Private Network Access for public-hosted PWA
This commit is contained in:
@@ -377,6 +377,7 @@ pip install .
|
||||
# Start the server
|
||||
pysim-otaman-server --http-port 8080</pre>
|
||||
<p class="text-sm mb-3">Connect a PC/SC reader with a SIM card, then point the PWA at <code class="font-mono text-sm">http://127.0.0.1:8080</code>.</p>
|
||||
<p class="text-sm mb-3">If the PWA is served from a public HTTPS host (e.g. <code class="font-mono text-sm">https://otaman.example.com</code>), the browser enforces Private Network Access: the server answers the preflight with <code class="font-mono text-sm">Access-Control-Allow-Private-Network: true</code> automatically, so a local card server stays reachable from the hosted PWA.</p>
|
||||
|
||||
|
||||
<section class="mb-10">
|
||||
|
||||
Reference in New Issue
Block a user