Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 10, 20168 yr Really struggling to find an example of this can anyone point me in the right direction please. <% Set HTTP = CreateObject("MSXML2.serverXMLHTTP") HTTP.Open "POST", ("http://www.DOMAIN.com/forum/api/index.php?/core/members"), False HTTP.setRequestHeader "name", "APITest" HTTP.setRequestHeader "email", "crazy@crazytest.co.uk" HTTP.setRequestHeader "password", "frankspencer" HTTP.setRequestHeader "WHAT SHOULD THIS LABEL BE?", "myKeyHere" HTTP.send("") Response.write HTTP.responseText Response.end %> I'm know what my key is, I'm just not sure what the label should be before it? Also, not surprisingly I get an error back in JSON format from IPB - so its getting as far as the API, but in the API Log screen in the forum there is nothign listed even under failures - if that log not real time? Thanks Chris
Archived
This topic is now archived and is closed to further replies.