我爱占星网 我爱占星网
首页
编程
java
php
前端
首页 编程 java php 前端

如何将PHP CURL COOKIE SESSION翻译成VBA?

I'm figuring out how to use the current cookie session (given or will be given by the web service randomly to me) before sending the HTTP request.

Here's how I do it in PHP.

$options        = array(
..
    CURLOPT_COOKIESESSION   => TRUE
..);

curl_setopt_array($ch, $options);
$result = curl_exec($ch);

What is the equivalent code to be used when executing this in Excel VBA?

PS: I'm using WinHTTPRequest by the way.

近期文章

  • 将csv列名与csv头数组进行比较
  • rainloop curl没有下载
  • Laravel 5.3 Slack集成
  • 的.htaccess; 如何获取子文件夹但不显示在URL中?
  • 使一个php exec在CLI上以并行进程运行
  • Laravel:Connection.php第319行中的PDOException:SQLSTATE [42S02]
  • 如何在发布请求后保留表单项。使用onchange
  • 如何使用Couchbase,N1QL和PHP进行选择?
  • 从移动应用程序与Wordpress网站API进行交互
  • 使用codeigniter上传视频
  • woocommerce自定义添加到购物车按钮
  • 简单的MySQL查询显示错误
  • 如何使用Union all或任何新解决方案组合3个查询
  • 显示来自concat mysql和php的图像
  • 在Laravel中处理不同类型的用户角色
  • 如何将多个Checkbox填充到数据库?
  • 让PHP在WAMP中使用Apache(升级时)
  • 如何在ORACLE SQL PROCEDURE中操作“if condition”?
  • 来自Google Storage / Google App Engine的LOAD DATA LOCAL INFILE?
  • 一般错误:1215无法添加外键约束laravel 5.3

Copyright ©2022 我爱占星 All Rights Reserved.

浙ICP备2022030071号-1

部分图文来自网络,如有侵犯您的版权,请告诉我们删除

友情链接:代码精华