1. Tinu Sharma
  2. PowerBuilder
  3. Wednesday, 4 October 2023 10:33 AM UTC

We are using PowerBuilder 2017 R3 and want to enable anonymous authentication similar to what we have in PowerBuilder 2022 below code. Is there any option available in PowerBuilder 2017 R3 to achieve the same?

Any help is highly appreciated.

Thanks, Tinu Sharma

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

 

Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Thursday, 5 October 2023 01:45 AM UTC
  2. PowerBuilder
  3. # 1

If I remember correctly, the HTTPClient in 2017 R3 didn't have this feature.  You need to upgrade to newer PB version to get newer features.  By the way, 2017 R3 is EOL.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.