Confirmed users
3,816
edits
| Line 55: | Line 55: | ||
* {{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 | ||
** {{done|the above with content-type == to each of those three things --> work | ** {{done|the above with content-type}} == to each of those three things --> work | ||
*** {{done|content-type}} == text/plain | *** {{done|content-type}} == text/plain | ||
*** {{done|content-type}} == application/x-www-form-urlencoded. I disagree with spec here. Should raise with spec editor. | *** {{done|content-type}} == application/x-www-form-urlencoded. I disagree with spec here. Should raise with spec editor. | ||