I'm trying to run a HTTP Request in Swift3, to POST 2 parameters to a URL.
Example:
Link:
http://test.tranzporthub.com/street45/customer_login.php
Params:
{
"user_id":"chaitanya3191@gmail.com",
"password":"123"
}
What is the simplest way to do that?
I don't even want to read the response. I just want to send that to perform changes on my database through a PHP file.
I guess, you are totally newbie but here is something that you can try in SWIFT 3:
Paste this code before closing
</dict>
and</plist>
tags:Now Open your view Controller and paste this code where you want to make post request:
NOTE: You can remove print statements if you don't need!
Hope this helps! :)