cURL
curl --request OPTIONS \ --url http://localhost:3773/.well-known/agent.json
Handled by the CORS middleware when cors_origins is configured on the agent. The middleware returns the usual Access-Control-* headers so browser clients on allowed origins can make the follow-up GET.
cors_origins
Access-Control-*
GET
CORS preflight OK
Was this page helpful?