使用Powshell 自动登录asp.net mvc identity 网站来预热
摘要:
[CmdletBinding()] Param( [Parameter(Mandatory=$True)] [string]$url ) $fullUrl="$url/Account/Login?ReturnUrl=%2F" $homePage="$url/Home/Index?dep=1" #$fullUrl $r = Invoke-WebRequest $fullUrl -SessionV... 阅读全文
posted @ 2019-07-08 18:28 文峰侠客 阅读(93) 评论(0) 推荐(0)
浙公网安备 33010602011771号