mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
docs: add note that POST must be used with OPTIONS in ALLOWED_METHODS
This commit is contained in:
parent
c1a4c2a9c1
commit
7c7446f736
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ STREAM support :x:
|
|||
|
||||
You can control the allowed HTTP methods by listing them (separated with "|") in the `ALLOWED_METHODS` setting (default : `GET|POST|HEAD`). Clients sending a method which is not listed will get a "405 - Method Not Allowed".
|
||||
|
||||
Note that if `POST` is required, then `OPTIONS` should also be specified to allow for the CORS pre-flight request.
|
||||
|
||||
### Max sizes
|
||||
|
||||
STREAM support :x:
|
||||
|
|
|
|||
Loading…
Reference in a new issue