We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8506d5 commit 8dcb107Copy full SHA for 8dcb107
docs/migration/migration8.md
@@ -18,6 +18,8 @@
18
all form-POST requests. To disable this feature, set the `CsrfProtectionEnabled` property on the
19
`GraphQLMiddlewareOptions` class to `false`. You may also configure the headers list by modifying
20
the `CsrfProtectionHeaders` property on the same class. See the readme for more details.
21
+- Form POST requests are disabled by default; to enable them, set the `ReadFormOnPost` setting
22
+ to `true`.
23
24
## Other changes
25
0 commit comments