1. Moshe Tangi
  2. PowerBuilder
  3. Monday, 6 May 2024 13:52 PM UTC

Hi all

 

I am using HttpClient object to a WS .

One of the WS needs Authorization with the UseIntegratedWindowsAuthentication

I wrote that : lnv_HttpClient.SetRequestHeader("Authorization", 'Basic ' + CurentUserName + currentUserPassword)

The ws vendor explains that its not working beccuse there should be a way to tell HttpClinet object to use the IntegratedWindowsAuthentication.

In the HttpClient Help i did not find anything about that ( only in SOAP ) 

 

Can someone tell me how do i do that ?

 

Thanks

Who is viewing this page
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 8 May 2024 17:41 PM UTC
  2. PowerBuilder
  3. # 1

HTTPClient doesn't support UseIntegratedWindowsAuthentication.  

Are you sure the third-party vendor Web service doesn't support other authentication methods?  Seems odd that is all they support.

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 7 May 2024 14:50 PM UTC
  2. PowerBuilder
  3. # 2

Hi Moshe;

  This feature was an enhancement request in Ticket # 10907 and then was added to the PB product list for consideration on 01-30-2024. There have been no further updates to this ticket at this point in time AFAIK.

Regards ... Chris

Comment
There are no comments made yet.
Francisco Martinez @Appeon Accepted Answer Pending Moderation
  1. Monday, 6 May 2024 14:39 PM UTC
  2. PowerBuilder
  3. # 3

Hi Moshe,

 

I found someone already asked something very similar a couple of years ago: https://community.appeon.com/index.php/qna/q-a/restclient-and-integrated-windows-authentication-single-sign-on#reply-24367

It's been 4 years since then, I'm not sure if the feature has been added to the object by now.

 

Regards,
Francisco

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.