|
From: Decent E. <dec...@gm...> - 2025-11-07 02:31:52
|
I’m being asked why naviserver doesn’t seem to support the OPTIONS method, which CORS can occasionally use. Perhaps it does, and I haven’t configured it? curl -X OPTIONS http://decentespresso.com <!DOCTYPE html> <html lang='en'> <head> <meta charset='UTF-8'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <title>Method Not Allowed</title> </head> <body> <h2>Method Not Allowed</h2> The requested method is not allowed on this server. <p style='text-align: right; font-size: small; font-style: italic;'> NaviServer/5.0.1 </p> </body> |