File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ try {
251251 Write-Host - NoNewline ' .'
252252 Start-Sleep - s 1
253253 try {
254- $status = (Invoke-WebRequest http:// localhost:33533 / api ).StatusCode
254+ $status = (Invoke-WebRequest http:// localhost:33533 / api - UseBasicParsing ).StatusCode
255255 } catch {
256256 $status = $_.Exception.Response.StatusCode
257257 }
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ try {
196196 Write-Host - NoNewline ' .'
197197 Start-Sleep - s 1
198198 try {
199- $status = (Invoke-WebRequest http:// localhost:33533 / api ).StatusCode
199+ $status = (Invoke-WebRequest http:// localhost:33533 / api - UseBasicParsing ).StatusCode
200200 } catch {
201201 $status = $_.Exception.Response.StatusCode
202202 }
You can’t perform that action at this time.
0 commit comments