Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Security
/
CORS
A cross-origin form-encoded POST is sent without a preflight, but its response has no Acc…
from CORS
Node 24
intermediate
1 min
A cross-origin form-encoded POST is sent without a preflight, but its response has no Access-Control-Allow-Origin. What can happen?
The server may perform the operation, while the browser prevents the calling script from reading the response
The browser must cancel the POST before any bytes reach the server
The browser automatically retries the POST as an OPTIONS request
Check
Ask AI about this kata
Report an error
previous kata
Review generated CORS middleware
Review AI code
next kata
Spot the bug in the CORS helper
Spot the bug
A new version is available
Reload