This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
Error in list('listname').create({data}) #9
Labels
authentication
SharePoint authentication
integration
integration with other angular, node, webpack, etc.
question
Milestone
Hello,
I am facing the same problem as discussed on issue #5, I am using SpRestLib in a Sharepoint hosted app, into the default.aspx page, when making GET calls no problem, but when I call list('listname').create({data}),
with data as JSON object {name:"test", ...}, I get an error about page validation etc, in devtools I noted that there is no X-RequestDigest nor Payload in the post call.
How can I resolve the issue as there is no solution mentioned in the previous discussion #5 ?
Thanks in advance
The text was updated successfully, but these errors were encountered: