06-20-2014 08:09 AM
I have cloud url. I want to do http post .
content type- application/x-www-form-urlencoded
I want to add two parameter and value. those are
parameter value
source some string(confidential)
json some string
how to do the http post.
06-26-2014 12:41 PM
Have you checked-out the examples. There is one that shows specifically how to do a POST action.
Mike...