I am using okHTTPutils to talk to my PHP scripts on the server.
Well, I currently have my username and password hash in the GET tags. So I actually want to move those to POST for obvious reasons.
Problem is, I dont see any documentation how you can put multiple entries in a POST like you can GET?
Well, I currently have my username and password hash in the GET tags. So I actually want to move those to POST for obvious reasons.
Problem is, I dont see any documentation how you can put multiple entries in a POST like you can GET?