Skip to content

Commit 6738199

Browse files
tdykstraCopilot
andauthored
Potential fix for pull request finding
Replace asterisks with backticks for ` 204 new content` Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ee3707e commit 6738199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/security/cors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ CORS Middleware declines a preflight request with the following request header b
247247
Access-Control-Request-Headers: Cache-Control, Content-Language
248248
```
249249

250-
The app returns a *204 No Content* response but doesn't send the CORS headers back. Therefore, the browser doesn't attempt the cross-origin request.
250+
The app returns a `204 No Content` response but doesn't send the CORS headers back. Therefore, the browser doesn't attempt the cross-origin request.
251251

252252
### Set the exposed response headers
253253

0 commit comments

Comments
 (0)