Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xslt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Cmd 如何使用命令行HeadlessChrome(非selenium)发送POST请求_Cmd_Http Post_Headless_Google Chrome Headless - Fatal编程技术网

Cmd 如何使用命令行HeadlessChrome(非selenium)发送POST请求

Cmd 如何使用命令行HeadlessChrome(非selenium)发送POST请求,cmd,http-post,headless,google-chrome-headless,Cmd,Http Post,Headless,Google Chrome Headless,我正在尝试使用HeadlessChrome发送POST请求。 在谷歌和这里搜索 只能找到这个帖子- 它显示了Chrome的标志和--method标志 我尝试了一些--method标志的变体,但没有找到它 我想运行此命令: .\chrome.exe --headless --method POST http://www.SomeWebSite.com 谢谢 您是否已设法发送POST请求?

我正在尝试使用HeadlessChrome发送POST请求。 在谷歌和这里搜索

只能找到这个帖子-

它显示了Chrome的标志和--method标志

我尝试了一些--method标志的变体,但没有找到它

我想运行此命令:

.\chrome.exe --headless --method POST http://www.SomeWebSite.com

谢谢

您是否已设法发送POST请求?