Android Question custom http headers

jamesnz

Active Member
Licensed User
Longtime User
a web api I am trying to work with requires the username and password to be passed in the http headers like so :
username: Your API Username
password
: Your API Password
How do I modify the headers with httputils2 ?
 
Top