I am trying to do the following:
I have a Wordpress site where I have created a form. On submit event I want to send the data to my Sharepoint Online list. The problem I am facing is the fact that the solution needs to be build entirely with JavaScript and/or jQuery.
I have seen multiple examples of people doing it but all of them somehow are having client context or _spPageContextInfo available. That is not the case with me.
My question is: Is there a way just send the data to the list using simple POST request?


