Skip to content

Commit 0751a43

Browse files
author
Charles-Antoine Mathieu
committed
Fix typo in documentation/api.md root-gg#318
1 parent cccc1a7 commit 0751a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ User authentication :
8585
The /auth API is designed for the Plik web application nevertheless if you want to automatize it be sure to provide a valid
8686
Referrer HTTP header and forward all session cookies.
8787
Plik session cookies have the "secure" flag set, so they can only be transmitted over secure HTTPS connections.
88-
To avoid CSRF attacks the value of the plik-xsrf cookie MUST be copied in the X-XRSFToken HTTP header of each
88+
To avoid CSRF attacks the value of the plik-xsrf cookie MUST be copied in the X-XSRFToken HTTP header of each
8989
authenticated request.
9090
Once authenticated a user can generate upload tokens. Those tokens can be used in the X-PlikToken HTTP header used to link
9191
an upload to the user account. It can be put in the ~/.plikrc file of the Plik command line client.

0 commit comments

Comments
 (0)