尝试安装更新包时发送404返回。 这是我正在尝试的剧本。
Invoke-WebRequest -Uri "http://mydomain/services/package/install" -Method Post -ContentType "application/x-www-form-urlencoded" -Body @{"path"="@D:\Users\Parsh\Desktop\test.update";"DisableIndexing"=$true} -UseBasicParsing -TimeoutSec 5000
我正在低于错误。 `
404 - NotFound
The resource you have requested cannot be found.
We're sorry :-(
Graphics courtesy of the awesome Matthew Inman
At line:1 char:1
Invoke-WebRequest -Uri "http://mydomain/services/package/inst ...
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand`
我使用.net framework 4.6.2和Sitecore 8.2初始版本。还加倍检查所有配置,一切看起来都很好,
感谢您的支持。
更新:附加屏幕截图: