First I fire post request When user submit that form debugger area in inspect element shows the value of params. But How I will get that value in native ios Swift
?
Can any one have idea ?
Some what I know NSURLComponents
used but I am confused how implement ?
Here I share images.
POST paramater seen Method
Params field
What I require is how to get sid in native ios SDK swift.
I fired request using post method then I will get sid from param .
I would recommend to use Alamofire. This library makes it really easy to implement post requests in Swift. In your case this could somehow look like the following code: