Android Question Http headers setup

Nickle

Member
Licensed User
Longtime User
Hi All, I am working on a project and need to pass http request header for Key Generation. I am a bit new to this and struggling to get it completed. Does any one has a code snippets than be help

Request URL

localhost/payment_apis/index.php/pay/token

Request Headers

headers:
Content-Type: application/json

parameters:
{
"pos_id":"1001"
}
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top