So I have some javascript code like this:
function send(input1, input2){ var url = "http://webserver.local/update"; var data={ one: input1,