http post

  1. T

    Encorporate data in http POST request

    Hello Friends, I am trying to fetch data from one of our vendor's site(https://developer.tenable.com/reference#exports-vulns-request-export) using API. I saw the api documentation but there weren't any examples using VBA. Here is a code snippet from python: import requests url =...
  2. B

    VBA http Post Request - Postman key/value/body provided

    Hi All, I have been working on this for days without success. Even downloaded VBA-WEB and looked at examples there, online and everywhere. I can't seem to get this figured out and I have been working with VBA code for 15 years. I am pretty new at API but Postman makes things pretty...
  3. C

    IE Automation Http Post Method

    Hi Guys, (Disclaimer: I can ONLY use Excel VBA to perform this task due to security restrictions in work) Story So Far :): I am trying to automate things in work and part of that requires me to log onto an FTP server and upload files. I can automate the log in via Excel VBA and navigate to the...
  4. D

    Cell Value Needs To Replace String

    Const strURI As String = "http://www.google.com/#sclient=psy&hl=en&safe=active&source=hp&q=site:+squidoo.com+%22space saver treadmill%22&aq=f&aqi=&aql=&oq=&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=d69918eb06677aa8" This code snippet deals with one single hard-coded http, but I need the code to reference...
  5. F

    Using VB in Excel and HTTP Post to send a CSV file to a URI

    I need to be able to select a file (use GetOpenFileName) then send it over the network to a URI that can accept an HTTP POST transmitted file. Can I do this from an application within Excel 2003?
  6. S

    Call HTTP POST from VBA

    I'd like to post data to a web service from an excel sheet... is there a VBA equivalent of cURL? What I would like to do is something like: $ curl http://rifgraf.heroku.com/graphs/sample -X POST -d value=$RANDOM Thanks for any help, Stu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top