15
olback
6y

"curl : The response content cannot be parsed because the Internet Explorer engine is not available, or Internet Explorer's first-launch configuration is not complete. Specify the UseBasicParsing parameter and try again."

Why the flying fuck do i have to configure some BS in internet explorer to use curl in Powershell? I thought IE was finaly dying, but nope!

Comments
  • 0
    Wat.
  • 7
    In Powershell 'curl' is an alias for the 'Invoke-WebRequest' command. It's a right royal PITA as the command (while incredibly useful) is not a replacement for curl and only causes confusion.

    Use 'Remove-Item alias:cur' to remove the alias
  • 0
    @IceFreak2000 welcome to devrant. Awesome first comment! have some ++
  • 0
    @IceFreak2000 signed up to upvote this
Add Comment