Posts by user3281305 • 31 points
1 post
-
3
votes2
answers690
viewsQ: Send variables using POST
I am trying to open a new URL and send variables via method POST, but it only sends in method GET. I tried that Code: // create a URLRequest object with the target URL: var url : String =…