Skip to content
Discussion options

You must be logged in to vote

I’d try to isolate whether the reset is happening at the client/network edge before the Edge Function gateway.

Since the OPTIONS request reaches the function and succeeds, while the subsequent authenticated GET/POST never appears in Invocations, I’d compare the failing request outside the browser:

  1. Run the same request with curl -v using the exact function URL and Authorization header.
  2. Try the same curl request from a completely different network (mobile hotspot/VPN vs current ISP).
  3. Compare IPv4 vs IPv6 resolution/connectivity if the hostname has both A and AAAA records.
  4. Check whether there is any corporate/ISP proxy, WAF, DNS filter, or firewall inspecting/dropping requests containing Au…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@geminie14
Comment options

Comment options

You must be logged in to vote
1 reply
@geminie14
Comment options

Answer selected by geminie14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants