Android Question HttpJob headers

Nataly

Member
Hello, I have searched the forum but haven't found anything related. I would like to set specific payload encoding. what is the default encoding used when there is a payload?
Also, how can I get headers?

httpJob:
Dim j As HttpJob
    j.Initialize("", Me)
    j.PostString(URL, "&id=3")
    ''get headers ?

Thank you,
Nataly
 

teddybear

Well-Known Member
Licensed User
Maybe you try using the j.head
 
Upvote 0
Top