DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Next.js
What happens if you don't define an OPTIONS handler in a route.ts file?
A
OPTIONS requests fail with an error
B
Next.js automatically implements OPTIONS, setting the Allow header based on your defined methods
C
OPTIONS requests are simply ignored
D
You must always define OPTIONS manually
Check Answer