We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ecf57 commit b15c09cCopy full SHA for b15c09c
2 files changed
sites/build_home_samples.py
@@ -132,10 +132,10 @@ def make_home_samples():
132
133
# Do login!
134
POST https://example.org/login
135
-X-CSRF-TOKEN: {{csrf_token}}
136
[Form]
137
user: toto
138
password: 1234
+token: {{csrf_token}}
139
HTTP 302
140
""",
141
),
sites/hurl.dev/index.md
@@ -30,10 +30,10 @@ csrf_token: xpath "string(//meta[@name='_csrf_token']/@content)"
30
31
32
33
34
35
36
37
38
```
39
{% endraw %}
0 commit comments