[2022.28040 MacM1 - 12.3] WebClientDAT not receiving responses

The WebClientDAT seems not to receive any responses.
After hitting request the DAT viewer stays blank.

onConnect print(id) → id
onDisconnect print(id) → id
onResponse print(id) → nothing

Same behavior when calling op(‘webclient1’).request() from python.

TD 2021.16410 is working fine on the same system.

Hey @tmisk

Thanks for the report.

I am able to reproduce and logged an issue for a developer to look into it.

Best,
Michel

Is your issue specifically with sending secure-HTTP (ie. HTTPS) requests? Is the Verify Certificate parameter enabled? In my testing, I only ran into issues with HTTPS requests performed on macOS without Verify Certificate enabled.

Ah… yes, the Verify Certificate parameter was disabled.
When enabled all is good. It’s a bit confusing because the sample url is HTTPS.

Apologies for a late reply.

Thank you,
Tomasz