Does Integration Server supports embedded credentials in http(s) client?

Hi,

I know it’s deprecated but our partner requires embedded credentials like this https://user:pass@host/url

Is it possible to use this with pub.client:http? Maybe there are extended settings?

Now http client throws: com.wm.net.NetException: [ISC.0064.9314] Authorization Required: Unauthorized

BR

Oliver

Not sure if the below settings will help, give a try

watt.net.httpPass
The default HTTP password that Integration Server must use when invoking a service as
a client.

watt.net.httpUser
Specifies the default authenticated HTTP user name that Integration Server will use
while acting as a client to invoke a service. For example, if Integration Server is invoking
the pub.client:http service without specifying the auth /user parameter, then Integration
Server uses the value of this property as the user name. There is no default value.

How about passing the user and password with the help of substring service to Auth parameter in pub.client:http?