Hello,
I would like to write a simple data Dumper for SharePoint 2013. Maybe there is a simpler way, but I thought I will create a Little SharePoint app using a SharePoint Developer Site [http://msdn.microsoft.com/en-us/library/office/jj692554(v=office.15).aspx].
How is it possible to access HTTP data (POST and GET) from within SharePoint (Online)?
The data will be sent by adding the SharePoint URL to a simple web form element (HTML) like:
<form Action="mysharepointurl" method="GET"> ... </form>
and
<form Action="mysharepointurl" method="POST"> ... </form>
Currently I have no idea which classes I can use to access the data.
I would appreciate if someone could point me to the right direction.
Cheers,
Oliver