Multiline curl command

前端 未结 3 1536
深忆病人
深忆病人 2020-12-17 08:55

I am trying to modify a curl request that was captured with Google Chrome Dev Tools.

Here is what the command looks like

curl \"http://WEBSITE\" -H \         


        
3条回答
  •  自闭症患者
    2020-12-17 10:00

    If you are running Windows, I have found it easier to install Git and use Git Bash to run Curl. This was initially suggested in a separate article: https://stackoverflow.com/a/57567112/5636865.

提交回复
热议问题