Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 09/28/23 in all areas

  1. For anyone trying to solve a similar problem... HTTP post to a rest API in Ubot Here is how I solved it... Installed https://gitforwindows.org/ Used command line in Ubot with Advanced shell http://ubotdev.com/free-plugin-advanced-shell Did the posts via command line like this... CD C:\Program Files\Git\mingw64\bin\ curl -X POST -H "Content-type: application/json" -H "Authorization: Bearer PASSWORDGOESHERE" --data "{\"email\":\"bart@fullcontact.com\",\"twitter\":\"@bartlorang\",\"fullName\":\"Bart Lorang\"}" https://api.fullcontact.com/v3/person.enrichI hope this saves you some time if
    1 point
×
×
  • Create New...