Pass Parameters in VBA HTTP Post Request

前端 未结 2 1523
予麋鹿
予麋鹿 2021-01-18 18:05

I\'m trying to do a simple post request on the main search bar of http://forums.egullet.org/. (This is one example, but I\'m trying to build a tool that will work with many

2条回答
  •  死守一世寂寞
    2021-01-18 18:33

    I think you need an ampersand where you have a question mark

    argumentString = "&search_term=eggs&search_app=forums"
    

提交回复
热议问题