提问人:Gabriele Cozzolino 提问时间:10/16/2023 更新时间:10/16/2023 访问量:27
VB/ASP.NET 使用 http 或 tcp 请求而不是 curl 命令
VB/ASP.NET use http or tcp request instead of a curl command
问:
我有这个 curl 命令:
curl.exe -s -X POST --cookie-jar c:\programdata\curl.cookies -F "username=X" -F "pwd=X" http://192.168.2.170/goform/UserLogin
curl.exe -s --cookie c:\programdata\curl.cookies --cookie-jar c:\programdata\curl.cookies -F 'secondi=1' -F 'decimi=0' -F 'outputNumber=1' http://192.168.2.170/goform/con_SetOutput
至于我的理解,它首先在远程设备上登录,然后向它传递第二个请求。我怎样才能做同样的事情,避免卷曲并仅使用VS代码背后的解决方案(httpRequest或在这种情况下最好的方法)?谢谢
答: 暂无答案
评论