B4X FEED HttpJob How to know if 401 Unauthorized result

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: HttpJob How to know if 401 Unauthorized result است. این موضوع تا کنون 41 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع HttpJob How to know if 401 Unauthorized result
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
41
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Hi All, I'm new for B4A

I search already about this but I can't see any result here in community.

How can I tell if my request is 401 or Unauthorized?
Even when I debug to see what is the content of the "j" I can't see if my request is Unauthorized
here my example code

Private Sub ProcessHttpJob(j As HttpJob, auth As Boolean) As ResumableSub

j.GetRequest.Timeout = 20000
Wait For (j) JobDone(j As HttpJob)
Dim result As HttpJobResult
result.Initialize
result.success = j.Success
If result.Success Then
result.response = j.GetString
Else
result.response = j.ErrorMessage
End If
j.Release
Return result
End Sub

 

عقب
بالا