Confirmed users
3,816
edits
| Line 54: | Line 54: | ||
* preflight false, REQ method HEAD && headers ! in whitelist --> preflight | * preflight false, REQ method HEAD && headers ! in whitelist --> preflight | ||
* {{done|preflight false, REQ method POST && headers ! in whitelist -- preflight}} | * {{done|preflight false, REQ method POST && headers ! in whitelist -- preflight}} | ||
* {{done|preflight false, REQ method POST && headers in whitelist && Header contains content-type but value of content-type != (application/x-www-form-urlencoded, multipart/form-dat, or text/plain) --> preflight | * {{done|preflight false}}, REQ method POST && headers in whitelist && Header contains content-type but value of content-type != (application/x-www-form-urlencoded, multipart/form-dat, or text/plain) --> preflight | ||
** the above with content-type == to each of those three things --> work | ** the above with content-type == to each of those three things --> work | ||
*** {{done|content-type == text/plain | *** {{done|content-type}} == text/plain | ||
*** content-type == application/x-www-form-urlencoded | *** content-type == application/x-www-form-urlencoded | ||
*** content-type == multipart/form-data | *** content-type == multipart/form-data | ||