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
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/identity/authorization-cookie/cors.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ If you make a preflighted cross-origin request to an Access-protected domain, th
43
43
There are three ways you can resolve this error:
44
44
45
45
-**Option 1** — [Bypass OPTIONS requests to origin](#bypass-options-requests-to-origin).
46
-
-**Option 2**-[Configure Cloudflare to respond to the OPTIONS request](#configure-response-to-preflight-requests).
46
+
-**Option 2**—[Configure Cloudflare to respond to the OPTIONS request](#configure-response-to-preflight-requests).
47
47
-**Option 3** — [Create a Cloudflare Worker which automatically sends an authentication token](#send-authentication-token-with-cloudflare-worker). This method only works if both sites involved in the CORS exchange are behind Access.
0 commit comments