php - Curl and send post data -


i working api , want safe api php. client , can access api. how can possible , 1 more doubt post data through curl safe?

possible duplicate: https://stackoverflow.com/questions/22477266/how-to-secure-sending-post-data-through-curl

you might consider using secured tokens using oauth authentication.