Resolve feature like curl --resolve in powershell .net class

Hi all,

My website having 2 different IP address , i need to get ssl info of website force to use given IP
for example, my website ‘www.example.com’ which has 2 Ip address IP1, IP2
i need to send web request with the combination of ‘www.example.com
and IP1 or IP2
It need to work like --resolve feature in curl
any help on this?

govin,
Welcome to the forum. :wave:t3:

Just to mention it at least once … PowerShell is a command line interface … you can run curl commands in it. No need to recreate something like something else when you can run the actual tool. :wink: