We are using PB2021 and wanted to set/send Anonymousaccess = True; How do I have to achieve that? Any help is appreciated.
I saw some code setting value to the property & following is the cut and paste from the article
https://docs.appeon.com/pb2022/objects_and_controls/AnonymousAccess.html
ln_rtn = l_httpclient.SendRequest("GET", "https://test.appeon.com")
If ln_rtn = -16 Then l_httpclient.anonymousAccess = true;
l_httpclient.SendRequest("GET", "https://test.appeon.com") End If
How do I have to achieve the same using PB2021 because AnonymousAccess property is no longer available for HTTPCLIENT in PB2021