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 30c6abb commit 34c01b9Copy full SHA for 34c01b9
examples/server/tests/features/security.feature
@@ -64,5 +64,5 @@ Feature: Security
64
| localhost | Access-Control-Allow-Origin | localhost |
65
| web.mydomain.fr | Access-Control-Allow-Origin | web.mydomain.fr |
66
| origin | Access-Control-Allow-Credentials | true |
67
- | web.mydomain.fr | Access-Control-Allow-Methods | POST |
+ | web.mydomain.fr | Access-Control-Allow-Methods | GET, POST |
68
| web.mydomain.fr | Access-Control-Allow-Headers | * |
0 commit comments