How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tip 0001: Invoke-Webrequest for a specific hostname without a host entry

calendar_today October 9, 2018 person AzureDevops (noreply@blogger.com) domain azure-devops

My imposter “Ah-ha” moment of the day is finally realizing that you can invoke-webrequest for a specific hostname without setting a host entry by using the invoke-webrequest cmdlet with the host header. Ie: invoke-webrequest 172.16.43.5 -Headers @{Host = “mydomain.com”}

open_in_new Read original post