Jump to content

fetchRemote - Empty formfields


Skream

Recommended Posts

I get a attempt to my php server but the formfields are empty there

postData = {
    queueName = "só de borest",
    connectionAttempts = 3,
    connectTimeout = 5000,
    formFields = {
		login_username = "kitgay",
		login_password = "naminhaescolanao",
		login_email = "[email protected]",
    },
}

fetchRemote("myurl", postData, 
	function(data, info)
		outputDebugString( "wiki based attempt"
				.. " success:" .. tostring(info.success)
				.. " statusCode:" .. tostring(info.statusCode)
				.. " data:" .. tostring(data)
        )	
	end
)

xml is 

 

<min_mta_version server="1.5.4-9.11413" client="1.3.2" />

 

Edited by Skream
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...