How do i calculate security hash on the frontend? #240
Answered
by
danirus
ZeroCoolHacker
asked this question in
Q&A
-
I am trying to use it as a rest api. But it always throws security hash related errors. How should i be calculating what to pass there? |
Beta Was this translation helpful? Give feedback.
Answered by
danirus
Dec 3, 2020
Replies: 1 comment
-
The post api entry at |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danirus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The post api entry at
<comments-mount-point>/api/comment/
expects the same fields as when you post using the regular form. The regular form expects the security fields among which there is asecurity_hash
field. However you can use the alternative solution of authorizing the request. I explained it here. Please read it and if you have problems let me know.