future-engine-65380
11/22/2021, 10:36 AMsteep-lamp-91158
$ curl -X OPTIONS <http://127.0.0.1:4466/check> -i
HTTP/1.1 200 OK
Allow: GET, OPTIONS, POST
Date: Mon, 22 Nov 2021 11:42:17 GMT
Content-Length: 0
future-engine-65380
11/22/2021, 11:49 AMsteep-lamp-91158
serve:
read:
host: 0.0.0.0
port: 4466
cors:
enabled: true
allowed_origins:
- "*"
allowed_methods:
- "GET"
- "POST"
- "PUT"
- "PATCH"
- "DELETE"
max_age: 10
debug: true
gives me the same OPTIONS
responsefuture-engine-65380
11/22/2021, 12:03 PMsteep-lamp-91158