hi, i also have same problem as Anja.
my code is :
lhc_Client = Create HttpClient
lhc_Client.SetRequestHeader( "Authorization", "Basic " + ls_Basic)
lhc_Client.SetRequestHeader("Content-Type", "application/json;charset=UTF-8")
lhc_Client.SetRequestHeader('Content-Length', String(Len(lblob_jason)))
lhc_Client.timeout = 3
li_Return = lhc_Client.SendRequest("POST", ls_url,lblob_jason)
it takes the reuqst 13 second to return with li_Return=1 the timeout has no effect.
i try adding lhc_Client.SecureProtocol=5 - no change.
how can i stop the request in the middle if i don't get response after no of seconds - maybe stuck...
i'm using pb 2019 R2 it doesn't work also in pb 2019 R3 ( a colleague of mine tried it)
thanks
Yael