Hi
I have read loads of posts on this but cant find what I am doing wrong..
I need to pass headers to a request
I am using OkHttpUtils2
I have also tried
Ideas?
I have read loads of posts on this but cant find what I am doing wrong..
I need to pass headers to a request
I am using OkHttpUtils2
B4X:
Dim GetSessionTokens As HttpJob
GetSessionTokens.Initialize("GetSessionToken", Me)
GetSessionTokens.Download(ServerInfo & "?MMSAuth=" & AuthToken & "?MMSAuthSig=" & AuthSigToken)
I have also tried
B4X:
GetSessionTokens.Download2(ServerInfo, Array As String("MMSAuth",AuthToken,"MMSAuthSig",AuthSigToken))
Ideas?