Commit 319da0b
committed
minor #10525 Update json_login_setup.rst (Laurent3170)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #10525).
Discussion
----------
Update json_login_setup.rst
As stated in https://stackoverflow.com/questions/47972237/symfony-4-json-authentication-not-working/49071038#49071038, which helped me to find why it did not work, the POST Request only works with the header `Content-Type: application/json`, so just adding it will make it clear to everyone.
Commits
-------
78f6b84 Update json_login_setup.rst1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments