ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Dashboard Fails if IE is not configured #51

Closed adamdriscoll closed 4 years ago

adamdriscoll commented 4 years ago

"Invoke-WebRequest" at UniversalAutomation.psm1 line 70 fails on new systems, when Internet Explorer was never started (/fully configured).(WebCmdletIEDomNotSupportedException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand)

TonyBunce commented 4 years ago

If you don't use complex parsing of the request body add the "-UseBasicParsing" parameter to Invoke-WebRequest it won't use IE for the request