gpt4 book ai didi

powershell - 使用 invoke-restmethod 时设置主机头

转载 作者:行者123 更新时间:2023-12-04 01:36:31 27 4
gpt4 key购买 nike

由于某种原因,这不起作用

Invoke-RestMethod -Uri "http://localhost" -Headers @{"Host"="web.domain.com"}

我收到错误
The 'Host' header must be modified using the appropriate property or method

但是我找不到有关如何执行此操作的方法或属性。

谢谢

最佳答案

这是一个已在 PowerShell version 4.0 中修复的错误:

C:\PS> (irm http://localhost -Headers @{Host='web.domain.com'}).html

xmlns head body
----- ---- ----
http://www.w3.org/1999/xhtml head body

关于powershell - 使用 invoke-restmethod 时设置主机头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19937379/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com